File Deleting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In VB.NET 2005 application stmt:
"File.Delete (file-name)"
does not delete files with size=0. Can you give me any suggestions?
Thanks
 
After testing this, I still can't reproduce your problem. Make sure that the
file isn't open by another process and the you've closed the file properly if
you've previously opened the file.
 
Hi Bruno,

I am glad to know that the problem is resolved now. Thanks for your
participating in Newsgroup!

Best Regards,

Terry Fei[MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top