Property | Type | Description | |
---|---|---|---|
GetDirectoryName | string |
Method | Description | |
---|---|---|
FileEntry ( string filePath, bool bIsRes = false ) : System |
Creates object and sets necessary properties
|
|
GetEntry ( string filePath, bool bIsRes = false ) : FileEntry |
Method | Description | |
---|---|---|
GetDirectoryName ( string path ) : string |
Extracts directory name from path string Path should refer to a directory, for example \foo\ or /foo.
|
public FileEntry ( string filePath, bool bIsRes = false ) : System | ||
filePath | string | |
bIsRes | bool | |
return | System |
public static GetEntry ( string filePath, bool bIsRes = false ) : FileEntry | ||
filePath | string | |
bIsRes | bool | |
return | FileEntry |