C# Class IrrlichtNETCP.FileSystem

Inheritance: NativeElement
Mostrar archivo Open project: Paulus/irrlichtnetcp

Public Methods

Method Description
AddZipFileArchive ( string name, bool ignoreCase, bool ignorePaths ) : void

Adds to the current File System a zip/zlib-compatible archive

FileExist ( string name ) : bool
FileSystem ( IntPtr raw ) : System

Private Methods

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

Method Details

AddZipFileArchive() public method

Adds to the current File System a zip/zlib-compatible archive
public AddZipFileArchive ( string name, bool ignoreCase, bool ignorePaths ) : void
name string Path to the archive
ignoreCase bool Will future archive-based name loading ignore case ?
ignorePaths bool Will future archive-based name loading ignore paths ?
return void

FileExist() public method

public FileExist ( string name ) : bool
name string
return bool

FileSystem() public method

public FileSystem ( IntPtr raw ) : System
raw System.IntPtr
return System