C# 클래스 BExIS.IO.FileHelper

파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
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