System.Security.Permissions.FileIOPermission.SetPathList Method

Sets the specified access to the specified files and directories, replacing the current state for the specified access with the new set of paths.

Syntax

public void SetPathList (FileIOPermissionAccess access, string[] pathList)

Parameters

access
A bitwise combination of the System.Security.Permissions.FileIOPermissionAccess values.
pathList
An array containing the absolute paths of the files and directories.

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.

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

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

Requirements

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