C# 클래스 Functions.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
IsValidPath ( string path ) : bool

Checks to see if file exists locally or is of valid url

메소드 상세

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

IsValidPath() 공개 정적인 메소드

Checks to see if file exists locally or is of valid url
public static IsValidPath ( string path ) : bool
path string
리턴 bool