GeneralAddFileSystemAccessRule Method
Namespace: Centralpoint.UtilitiesAssembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
public static void AddFileSystemAccessRule(
string path,
string identity,
FileSystemRights fileSystemRights,
AccessControlType accessControlType
)
Public Shared Sub AddFileSystemAccessRule (
path As String,
identity As String,
fileSystemRights As FileSystemRights,
accessControlType As AccessControlType
)
Parameters
- path String
-
- identity String
-
- fileSystemRights FileSystemRights
-
- accessControlType AccessControlType
-