FileSetAccessControl Method (String, FileSecurity, PathFormat) |
[AlphaFS] Applies access control list (ACL) entries described by a
FileSecurity FileSecurity object to the specified file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void SetAccessControl(
string path,
FileSecurity fileSecurity,
PathFormat pathFormat
)
Public Shared Sub SetAccessControl (
path As String,
fileSecurity As FileSecurity,
pathFormat As PathFormat
)
public:
static void SetAccessControl(
String^ path,
FileSecurity^ fileSecurity,
PathFormat pathFormat
)
static member SetAccessControl :
path : string *
fileSecurity : FileSecurity *
pathFormat : PathFormat -> unit
Parameters
- path
- Type: SystemString
A file to add or remove access control list (ACL) entries from. - fileSecurity
- Type: System.Security.AccessControlFileSecurity
A FileSecurity object that describes an ACL entry to apply to the file described by the path parameter. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Exceptions See Also