C# 클래스 Helper.IO

파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old

공개 메소드들

메소드 설명
GetDirectoryName ( string path ) : string
GetFileSize ( string filePath, int roundTo ) : string
GetFolderName ( string fileLocation ) : string
IsDirectorySame ( string path1, string path2 ) : bool

메소드 상세

GetDirectoryName() 공개 정적인 메소드

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

GetFileSize() 공개 정적인 메소드

public static GetFileSize ( string filePath, int roundTo ) : string
filePath string
roundTo int
리턴 string

GetFolderName() 공개 정적인 메소드

public static GetFolderName ( string fileLocation ) : string
fileLocation string
리턴 string

IsDirectorySame() 공개 정적인 메소드

public static IsDirectorySame ( string path1, string path2 ) : bool
path1 string
path2 string
리턴 bool