C# 클래스 NCore.Io.IoUtils

파일 보기 프로젝트 열기: danielwertheim/NCore

공개 메소드들

메소드 설명
CreateEmptyFile ( string filePath ) : void
DeleteIfFileExists ( string path ) : void
FileExists ( string path ) : bool

메소드 상세

CreateEmptyFile() 공개 정적인 메소드

public static CreateEmptyFile ( string filePath ) : void
filePath string
리턴 void

DeleteIfFileExists() 공개 정적인 메소드

public static DeleteIfFileExists ( string path ) : void
path string
리턴 void

FileExists() 공개 정적인 메소드

public static FileExists ( string path ) : bool
path string
리턴 bool