메소드 | 설명 | |
---|---|---|
AppendDirTag ( string sDirName ) : string |
append the final '/' char in the directory name (if not exists)
|
|
GetDirectory ( string sFileName ) : string |
Get the directory path of the specified file
|
|
GetDirectoryName ( string dirPath ) : string |
Get the directory name of the specified directory
|
|
GetFileName ( string filePath ) : string |
Get the fileName of the specified file
|
|
IsValid ( string sFileName ) : bool |
Check if a blobname(blob or virtual directory) is valid
|
public static AppendDirTag ( string sDirName ) : string | ||
sDirName | string | directory name |
리턴 | string |
public static GetDirectory ( string sFileName ) : string | ||
sFileName | string | file name, absolute path |
리턴 | string |
public static GetDirectoryName ( string dirPath ) : string | ||
dirPath | string | directory absolute path |
리턴 | string |
public static GetFileName ( string filePath ) : string | ||
filePath | string | file name, absolute path |
리턴 | string |
public static IsValid ( string sFileName ) : bool | ||
sFileName | string | blob name |
리턴 | bool |