More robust file system in .net
Let me rephrase. My example was probably not good. An error may occur when deleting a directory. The file has a set of readonly attributes, the directory is opened by Windows Explorer. I think they can all be handled - however I don't want to do this on my own - is there a wrapper that takes care of this with a simple api?
I found that the file system operations in System.IO are inadequate. For example, if a file is opened in a text editor, the file cannot be saved.
I was wondering if there is a more powerful file system implementation for .net?
0
a source to share
3 answers