C# Class Achilles.Acme.Storage.IO.FileInfo

Cloud Storage to System.IO Bridge: FileInfo class
Inheritance: FileSystemInfo
Exibir arquivo Open project: Achilles-Software/CloudStorageProvider Class Usage Examples

Public Methods

Method Description
Delete ( ) : void
FileInfo ( string fileName ) : System
MoveTo ( string destFileName ) : void

Method Details

Delete() public method

public Delete ( ) : void
return void

FileInfo() public method

public FileInfo ( string fileName ) : System
fileName string
return System

MoveTo() public method

public MoveTo ( string destFileName ) : void
destFileName string
return void