Thank you, but it was working already, with the read attempt. It was just me who had messed it up with a path, and created another file, which was readable.
It's working now! Sorry for posting without thinking first! ;)...
User Profile
Collapse
-
Is file done being written? using C#
I have an application written in C# (.NET 2.0) that's polling a dir for image files, BMP, JPG or TIF. The image files is written in the dir from a image scanner.
Problem is that an image can take up to a minute to complete, and I need to know when the image is done being written, so i can do process it.
I have tried to open the file with a method found in this forum,
...Code:private bool FileCompleted(string filename)
No activity results to display
Show More
Leave a comment: