C# 클래스 Beagrep.Util.FileSystem

파일 보기 프로젝트 열기: baohaojun/beagrep

공개 메소드들

메소드 설명
Exists ( string path ) : bool
ExistsByDateTime ( System.DateTime date ) : bool
GetDirectoryNameRootOk ( string path ) : string
GetLastWriteTimeUtc ( string path ) : System.DateTime
GetTempFileName ( string extension ) : string
IsSpecialFile ( string path ) : bool
IsSymLink ( string path ) : bool
IsWritable ( string path ) : bool
New ( string path ) : FileSystemInfo
PosixDelete ( string path ) : void
Readlink ( string path ) : string

메소드 상세

Exists() 공개 정적인 메소드

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

ExistsByDateTime() 공개 정적인 메소드

public static ExistsByDateTime ( System.DateTime date ) : bool
date System.DateTime
리턴 bool

GetDirectoryNameRootOk() 공개 정적인 메소드

public static GetDirectoryNameRootOk ( string path ) : string
path string
리턴 string

GetLastWriteTimeUtc() 공개 정적인 메소드

public static GetLastWriteTimeUtc ( string path ) : System.DateTime
path string
리턴 System.DateTime

GetTempFileName() 공개 정적인 메소드

public static GetTempFileName ( string extension ) : string
extension string
리턴 string

IsSpecialFile() 공개 정적인 메소드

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

IsSymLink() 공개 정적인 메소드

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

IsWritable() 공개 정적인 메소드

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

New() 공개 정적인 메소드

public static New ( string path ) : FileSystemInfo
path string
리턴 System.IO.FileSystemInfo

PosixDelete() 공개 정적인 메소드

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

Readlink() 공개 정적인 메소드

public static Readlink ( string path ) : string
path string
리턴 string