Closing a open file after running out of space on a disk.
Thank you,
Craig
Thank you,
Craig
This is on Visual Studio 2003 Version 7.1.3008 and Microsoft .NET Framework 1.1.4322 SP2.
After some more research it appears that every method I use attempts to flush writes before doing the operation, including setting the length to zero. Also, the underlying Stream appears to just virtualize all of the methods that looked like a possible work-around.
| Resolved as Fixed by Microsoft on 2005-08-01 at 15:26:14 | |
This issue has been fixed and the handle will now be closed. This is fixed in V2.0 and also the next service pack of V1.1. There will still be an exception in this case, but the handle will be closed so that the file can be deleted. Anthony Moore | |