Tagged Questions
4
votes
2answers
361 views
How to check if I can create a file in a specific folder in c#?
I need to know if I can create a file in a specific folder, but there are too many things to check such as permissions, duplicate files, etc.
I'm looking for something like ...