Method | Description | |
---|---|---|
CheckPermissions ( string path, bool checkRead, bool checkWrite, bool checkModify, bool checkDelete ) : bool |
Check permissions
|
|
GetDirectoriesWrite ( ) : IEnumerable |
Gets a list of directories (physical paths) which require write permission
|
|
GetFilesWrite ( ) : IEnumerable |
Gets a list of files (physical paths) which require write permission
|
public static CheckPermissions ( string path, bool checkRead, bool checkWrite, bool checkModify, bool checkDelete ) : bool | ||
path | string | Path |
checkRead | bool | Check read |
checkWrite | bool | Check write |
checkModify | bool | Check modify |
checkDelete | bool | Check delete |
return | bool |
public static GetDirectoriesWrite ( ) : IEnumerable |
||
return | IEnumerable |
public static GetFilesWrite ( ) : IEnumerable |
||
return | IEnumerable |