C# Class NuSelfUpdate.ExtendedPhysicalFileSystem

Inheritance: NuGet.PhysicalFileSystem, IExtendedFileSystem
Exibir arquivo Open project: caleb-vear/NuSelfUpdate Class Usage Examples

Public Methods

Method Description
ExtendedPhysicalFileSystem ( string applicationDirectory ) : System
MoveFile ( string sourcePath, string destinationPath ) : void

Method Details

ExtendedPhysicalFileSystem() public method

public ExtendedPhysicalFileSystem ( string applicationDirectory ) : System
applicationDirectory string
return System

MoveFile() public method

public MoveFile ( string sourcePath, string destinationPath ) : void
sourcePath string
destinationPath string
return void