메소드 | 설명 | |
---|---|---|
Create ( string filename, bool overwrite ) : Stream | ||
Exists ( string fileName ) : bool | ||
FileSystemArchive ( string name, string archType ) : System | ||
Find ( string pattern, bool recursive ) : List |
||
FindFileInfo ( string pattern, bool recursive ) : FileInfoList | ||
List ( bool recursive ) : List |
||
ListFileInfo ( bool recursive ) : FileInfoList | ||
Load ( ) : void | ||
Open ( string filename, bool readOnly ) : |
||
Unload ( ) : void |
메소드 | 설명 | |
---|---|---|
SafeDirectoryChange ( string directory, System.Action action ) : void | ||
changeDirectory ( string dir ) : void |
Utility method to change the current directory
|
|
findFiles ( string pattern, bool recursive, List |
Utility method to retrieve all files in a directory matching pattern.
|
|
findFiles ( string pattern, bool recursive, List |
메소드 | 설명 | |
---|---|---|
getFilesRecursively ( string dir, string pattern ) : string[] |
Returns the names of all files in the specified directory that match the specified search pattern, performing a recursive search
|
|
popDirectory ( ) : void |
Utility method to pop a previous directory off the stack and change to it
|
|
pushDirectory ( string dir ) : void |
Utility method to change directory and push the current directory onto a stack
|
public Create ( string filename, bool overwrite ) : Stream | ||
filename | string | |
overwrite | bool | |
리턴 | Stream |
public FileSystemArchive ( string name, string archType ) : System | ||
name | string | |
archType | string | |
리턴 | System |
public Find ( string pattern, bool recursive ) : List |
||
pattern | string | |
recursive | bool | |
리턴 | List |
public FindFileInfo ( string pattern, bool recursive ) : FileInfoList | ||
pattern | string | |
recursive | bool | |
리턴 | FileInfoList |
public ListFileInfo ( bool recursive ) : FileInfoList | ||
recursive | bool | |
리턴 | FileInfoList |
public Open ( string filename, bool readOnly ) : |
||
filename | string | |
readOnly | bool | |
리턴 |
protected SafeDirectoryChange ( string directory, System.Action action ) : void | ||
directory | string | |
action | System.Action | |
리턴 | void |
protected findFiles ( string pattern, bool recursive, List |
||
pattern | string | File pattern |
recursive | bool | Whether to cascade down directories |
simpleList | List |
Populated if retrieving a simple list |
detailList | FileInfoList | Populated if retrieving a detailed list |
리턴 | void |
protected findFiles ( string pattern, bool recursive, List |
||
pattern | string | |
recursive | bool | |
simpleList | List |
|
detailList | FileInfoList | |
currentDir | string | The current directory relative to the base of the archive, for file naming |
리턴 | void |