How i can delete the File
-
Hello can any body tell me that if i create the file and want it delete it just after creation but when i delete it give me Exception that the file is using by other process
wasim khan
-
Hello can any body tell me that if i create the file and want it delete it just after creation but when i delete it give me Exception that the file is using by other process
wasim khan
wasimsharp wrote:
if i create the file and want it delete it just after creation but when i delete it give me Exception that the file is using by other process
You have to close the file first.
Recent blog posts: * Event Organisation (Feedback) * LINQ to XML (part 4) * Scottish Developers June Newsletter My Blog
-
Hello can any body tell me that if i create the file and want it delete it just after creation but when i delete it give me Exception that the file is using by other process
wasim khan
you should close your access to that file first and then delete it