Property | Type | Description | |
---|---|---|---|
directories | List |
||
files | List |
||
name | String | ||
numfiles | int |
Method | Description | |
---|---|---|
AddDirectory ( |
||
AddDirectory ( String name, String path ) : void | ||
AddFile ( |
||
AddFile ( String name, String path, int size, int offset ) : void | ||
DirectoryEntry ( String name, String path ) : System | ||
GenTreeText ( ) : String | ||
GenTreeText ( int level ) : String | ||
GetFile ( String filename ) : |
||
GetFolder ( String folder ) : |
||
ToString ( ) : string |
public AddDirectory ( |
||
dir | ||
return | void |
public AddDirectory ( String name, String path ) : void | ||
name | String | |
path | String | |
return | void |
public AddFile ( String name, String path, int size, int offset ) : void | ||
name | String | |
path | String | |
size | int | |
offset | int | |
return | void |
public DirectoryEntry ( String name, String path ) : System | ||
name | String | |
path | String | |
return | System |
public GetFile ( String filename ) : |
||
filename | String | |
return |
public GetFolder ( String folder ) : |
||
folder | String | |
return |