System.Security.Permissions.FileIOPermission.SetPathList Method

Sets the specified access to the specified file or directory, replacing the existing state of the permission.

Syntax

public void SetPathList (FileIOPermissionAccess access, string path)

Parameters

access
A bitwise combination of the System.Security.Permissions.FileIOPermissionAccess values.
path
The absolute path of the file or directory.

Remarks

The previous state of the current permission for the specified access type is overwritten. The following code sets the access for C:\temp to FileIOPermissionAccess.Read.

code reference: System.Security.Permissions.FileIOPermission#12

This access will not be overwritten by the following code because the access types are not the same.

code reference: System.Security.Permissions.FileIOPermission#13

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0