Method |
Description |
|
FileList_GetFileCount ( IntPtr list ) : int |
|
|
FileList_GetFileName ( IntPtr list, int index ) : string |
|
|
FileList_GetFullFileName ( IntPtr list, int index ) : string |
|
|
FileList_IsDirectory ( IntPtr list, int index ) : bool |
|
|
FileSystem_AddZipFileArchive ( IntPtr system, string filename, bool ignoreCase, bool ignorePaths ) : void |
|
|
FileSystem_ChangeWorkingDirectory ( IntPtr system, string workingdirectory ) : bool |
|
|
FileSystem_ExistsFile ( IntPtr system, string filename ) : bool |
|
|
FileSystem_GetFileList ( IntPtr system ) : IntPtr |
|
|
FileSystem_GetWorkingDirectory ( IntPtr system ) : string |
|
|