C# Class Tp.Core.LocalFileSystem

Inheritance: IFileSystem
Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method 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 method

public Copy ( string sourcePath, string destinationPath, bool overwrite ) : void
sourcePath string
destinationPath string
overwrite bool
return void

CreateDirectory() public method

public CreateDirectory ( string physicalPath ) : void
physicalPath string
return void

DirectoryExists() public method

public DirectoryExists ( string physicalPath ) : bool
physicalPath string
return bool

FileExists() public method

public FileExists ( string physicalPath ) : bool
physicalPath string
return bool

GetFullPath() public method

public GetFullPath ( string relativePath ) : string
relativePath string
return string

IsDirectory() public method

public IsDirectory ( string physicalPath ) : bool
physicalPath string
return bool

LocalFileSystem() public method

public LocalFileSystem ( ) : System.IO
return System.IO