file status class???

Try to open it using FileStream in a Try/Catch error block. If an exception is thrown you know the file is open (or non-existant).
 
cheers derek

i ended up using the FileOpen method in exactly the same way, so im sure the file stream method works just as well.

the only other factor ive come accross is the time it takes an app to load - put in a timer with a delay and then checks the open status of the file at set intervals...

thanks alot,
drew.
 

Similar threads

S
Replies
0
Views
57
sva0008
S
E
Replies
0
Views
241
EN59CVH
E
I
Replies
0
Views
52
It_s Meee
I
Back
Top