C# Class Tp.Core.LocalFileSystem

Inheritance: IFileSystem
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
Copy ( string sourcePath, string destinationPath, bool overwrite ) : void
CreateDirectory ( string physicalPath ) : void
DirectoryExists ( string physicalPath ) : bool
FileExists ( string physicalPath ) : bool
GetFullPath ( string relativePath ) : string
IsDirectory ( string physicalPath ) : bool
LocalFileSystem ( ) : System.IO

Method Details

Copy() public méthode

public Copy ( string sourcePath, string destinationPath, bool overwrite ) : void
sourcePath string
destinationPath string
overwrite bool
Résultat void

CreateDirectory() public méthode

public CreateDirectory ( string physicalPath ) : void
physicalPath string
Résultat void

DirectoryExists() public méthode

public DirectoryExists ( string physicalPath ) : bool
physicalPath string
Résultat bool

FileExists() public méthode

public FileExists ( string physicalPath ) : bool
physicalPath string
Résultat bool

GetFullPath() public méthode

public GetFullPath ( string relativePath ) : string
relativePath string
Résultat string

IsDirectory() public méthode

public IsDirectory ( string physicalPath ) : bool
physicalPath string
Résultat bool

LocalFileSystem() public méthode

public LocalFileSystem ( ) : System.IO
Résultat System.IO