C# 클래스 CClash.FileUtils

파일 보기 프로젝트 열기: artillery/cclash

공개 메소드들

메소드 설명
CopyUnlocked ( string from, string to ) : void
Exists ( string path ) : bool
FileMissing ( string path ) : bool
GetShortPath ( string path ) : string
ToLongPathName ( string path ) : string
WriteTextFile ( string path, string content ) : void

비공개 메소드들

메소드 설명
GetLongPathName ( [ path, [ longPath, int longPathLength ) : int
GetShortPathName ( [ path, [ shortPath, int shortPathLength ) : int
PathFileExists ( StringBuilder path ) : bool

메소드 상세

CopyUnlocked() 공개 정적인 메소드

public static CopyUnlocked ( string from, string to ) : void
from string
to string
리턴 void

Exists() 공개 정적인 메소드

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

FileMissing() 공개 정적인 메소드

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

GetShortPath() 공개 정적인 메소드

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

ToLongPathName() 공개 정적인 메소드

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

WriteTextFile() 공개 정적인 메소드

public static WriteTextFile ( string path, string content ) : void
path string
content string
리턴 void