C# Class NuSelfUpdate.ExtendedPhysicalFileSystem

Inheritance: NuGet.PhysicalFileSystem, IExtendedFileSystem
Afficher le fichier Open project: caleb-vear/NuSelfUpdate Class Usage Examples

Méthodes publiques

Méthode Description
ExtendedPhysicalFileSystem ( string applicationDirectory ) : System
MoveFile ( string sourcePath, string destinationPath ) : void

Method Details

ExtendedPhysicalFileSystem() public méthode

public ExtendedPhysicalFileSystem ( string applicationDirectory ) : System
applicationDirectory string
Résultat System

MoveFile() public méthode

public MoveFile ( string sourcePath, string destinationPath ) : void
sourcePath string
destinationPath string
Résultat void