C# Class BExIS.IO.FileHelper

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode Description
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

Method Details

Create() public static méthode

public static Create ( string path ) : FileStream
path string
Résultat System.IO.FileStream

CreateDicrectoriesIfNotExist() public static méthode

public static CreateDicrectoriesIfNotExist ( string directoryPath ) : void
directoryPath string
Résultat void

Delete() public static méthode

public static Delete ( string file ) : bool
file string
Résultat bool

FileExist() public static méthode

public static FileExist ( string path ) : bool
path string
Résultat bool

MoveFile() public static méthode

public static MoveFile ( string tempFile, string destinationPath ) : bool
tempFile string
destinationPath string
Résultat bool

WaitForFile() public static méthode

public static WaitForFile ( string fullPath ) : bool
fullPath string
Résultat bool