C# Class Fluent.IO.Windows.WindowsExtensions

Mostrar archivo Open project: bleroy/FluentPath

Public Methods

Method Description
AccessControl ( this path ) : FileSystemSecurity

The access control security information for the first path in the collection.

AccessControl ( this path, Action action ) : Path

The access control security information for the first path in the collection.

AccessControl ( this path, FileSystemSecurity>.Action action ) : Path

The access control security information for the first path in the collection.

AccessControl ( this path, FileSystemSecurity security ) : Path

Sets the access control security on all files and directories in the set.

AccessControl ( this path, FileSystemSecurity>.Func securityFunction ) : Path

Sets the access control security on all files and directories in the set.

Decrypt ( this path ) : Path

Decrypts all files in the set.

Encrypt ( this path ) : Path

Encrypts all files in the set.

Method Details

AccessControl() public static method

The access control security information for the first path in the collection.
public static AccessControl ( this path ) : FileSystemSecurity
path this
return System.Security.AccessControl.FileSystemSecurity

AccessControl() public static method

The access control security information for the first path in the collection.
public static AccessControl ( this path, Action action ) : Path
path this
action Action An action that gets called for each path in the set.
return System.IO.Path

AccessControl() public static method

The access control security information for the first path in the collection.
public static AccessControl ( this path, FileSystemSecurity>.Action action ) : Path
path this
action FileSystemSecurity>.Action An action that gets called for each path in the set.
return System.IO.Path

AccessControl() public static method

Sets the access control security on all files and directories in the set.
public static AccessControl ( this path, FileSystemSecurity security ) : Path
path this
security System.Security.AccessControl.FileSystemSecurity The security to apply.
return System.IO.Path

AccessControl() public static method

Sets the access control security on all files and directories in the set.
public static AccessControl ( this path, FileSystemSecurity>.Func securityFunction ) : Path
path this
securityFunction FileSystemSecurity>.Func A function that returns the security for each path.
return System.IO.Path

Decrypt() public static method

Decrypts all files in the set.
public static Decrypt ( this path ) : Path
path this
return System.IO.Path

Encrypt() public static method

Encrypts all files in the set.
public static Encrypt ( this path ) : Path
path this
return System.IO.Path