how to know if th file is open ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i have a program, that scan files in a directory . i need to know, if is the file open or in edit mode, or if it Changes the size. Is there any way to do that, any method like IsOpen?
I think you could simulate it. Try to open it, if it works, then it isn't open otherwise it's close. Niklas Ulvinge aka IDK