I notice many applications like firefox allow me to watch part of a video (using VLC) when the file is still downloading. I would like to do that with my application. When i tried opening the video with VLC i get an error.
How do i allow reading when i write to a file? my open line is
File.Open(fn, FileMode.Append)
i do append so i can resume partial files.