R
Roger
I keep getting a "File in use" error when I try to delete it from dotnet.
The file in question is an image file. Below follows the code I use:
File.SetAttributes(strFileName, FileAttributes.Normal)
File.Delete(strFileName)
Any ideas?
The file in question is an image file. Below follows the code I use:
File.SetAttributes(strFileName, FileAttributes.Normal)
File.Delete(strFileName)
Any ideas?