System.Security.AccessControl.FileSystemRights.CreateFiles Field

Specifies the right to create a file.

Syntax

FileSystemRights CreateFiles

Remarks

This right requires the FileSystemRights.Synchronize value. Note that if you do not explicitly set the FileSystemRights.Synchronize value when creating a file or folder, the FileSystemRights.Synchronize value will be set automatically for you.

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0