User Profile

Collapse

Profile Sidebar

Collapse
perg
perg
Last Activity: May 18 '07, 08:21 AM
Joined: May 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • perg
    replied to Is file done being written? using C#
    in .NET
    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! ;)...
    See more | Go to post

    Leave a comment:


  • perg
    started a topic Is file done being written? using C#
    in .NET

    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)
    ...
    See more | Go to post
No activity results to display
Show More
Working...