C# Class Praeclarum.IO.DeviceFile

Inheritance: IFile
Mostra file Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method Description
BeginLocalAccess ( ) : Task
DeviceFile ( string localPath ) : System
DeviceFile ( string path, string documentsPath ) : System
Move ( string newPath ) : Task

Method Details

BeginLocalAccess() public method

public BeginLocalAccess ( ) : Task
return Task

DeviceFile() public method

public DeviceFile ( string localPath ) : System
localPath string
return System

DeviceFile() public method

public DeviceFile ( string path, string documentsPath ) : System
path string
documentsPath string
return System

Move() public method

public Move ( string newPath ) : Task
newPath string
return Task