folder permisions
-
hey guys how can i know that the given file path is permissioned or not ?PlZ reply
-
hey guys how can i know that the given file path is permissioned or not ?PlZ reply
See DirectorySecurity and FileSystemAccessRule
You talk about Being HUMAN. I have it in my name AnsHUMAN
-
See DirectorySecurity and FileSystemAccessRule
You talk about Being HUMAN. I have it in my name AnsHUMAN
hmm. thanks..
-
hey guys how can i know that the given file path is permissioned or not ?PlZ reply
-
hey guys how can i know that the given file path is permissioned or not ?PlZ reply
The easiest way is to try and create a temporary file in it. If it fails, you don't have permissions. It's FAR easier than trying to parse the ACL for a folder chain.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak