DirectoryGetAccessControl Method (String) |
Gets a
DirectorySecurity object that encapsulates the access control list (ACL) entries for the specified directory.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static DirectorySecurity GetAccessControl(
string path
)
Public Shared Function GetAccessControl (
path As String
) As DirectorySecurity
public:
static DirectorySecurity^ GetAccessControl(
String^ path
)
static member GetAccessControl :
path : string -> DirectorySecurity
Parameters
- path
- Type: SystemString
The path to a directory containing a DirectorySecurity object that describes the file's access control list (ACL) information.
Return Value
Type:
DirectorySecurityA
DirectorySecurity object that encapsulates the access control rules for the file described by the
path parameter.
Exceptions See Also