C# Класс Tp.Core.LocalFileSystem

Наследование: IFileSystem
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Copy() публичный Метод

public Copy ( string sourcePath, string destinationPath, bool overwrite ) : void
sourcePath string
destinationPath string
overwrite bool
Результат void

CreateDirectory() публичный Метод

public CreateDirectory ( string physicalPath ) : void
physicalPath string
Результат void

DirectoryExists() публичный Метод

public DirectoryExists ( string physicalPath ) : bool
physicalPath string
Результат bool

FileExists() публичный Метод

public FileExists ( string physicalPath ) : bool
physicalPath string
Результат bool

GetFullPath() публичный Метод

public GetFullPath ( string relativePath ) : string
relativePath string
Результат string

IsDirectory() публичный Метод

public IsDirectory ( string physicalPath ) : bool
physicalPath string
Результат bool

LocalFileSystem() публичный Метод

public LocalFileSystem ( ) : System.IO
Результат System.IO