C# Класс BExIS.IO.FileHelper

Показать файл Открыть проект

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

Метод Описание
Create ( string path ) : FileStream
CreateDicrectoriesIfNotExist ( string directoryPath ) : void
Delete ( string file ) : bool
FileExist ( string path ) : bool
MoveFile ( string tempFile, string destinationPath ) : bool
WaitForFile ( string fullPath ) : bool

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

Create() публичный статический Метод

public static Create ( string path ) : FileStream
path string
Результат System.IO.FileStream

CreateDicrectoriesIfNotExist() публичный статический Метод

public static CreateDicrectoriesIfNotExist ( string directoryPath ) : void
directoryPath string
Результат void

Delete() публичный статический Метод

public static Delete ( string file ) : bool
file string
Результат bool

FileExist() публичный статический Метод

public static FileExist ( string path ) : bool
path string
Результат bool

MoveFile() публичный статический Метод

public static MoveFile ( string tempFile, string destinationPath ) : bool
tempFile string
destinationPath string
Результат bool

WaitForFile() публичный статический Метод

public static WaitForFile ( string fullPath ) : bool
fullPath string
Результат bool