프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Executable | String | ||
Extensions | HashSet |
||
Name | String | ||
Parameters | String | ||
Path | String | ||
WorkingDirectory | String |
메소드 | 설명 | |
---|---|---|
EnumerateFiles ( ) : IEnumerable |
Search this folder path and return the matching files.
|
|
Folder ( String name, String path, String executable, HashSet |
A folder specification. FoldersFileReader generates them when reading the folders ini file.
|
public Folder ( String name, String path, String executable, HashSet |
||
name | String | Folder name. |
path | String | Folder path in the filesystem. |
executable | String | Application to start. |
extensions | HashSet |
Extensions to include when searching for files. |
parameters | String | Command-line arguments to use when launching the application. |
workingdirectory | String | Initial directory for the application to be started. |
리턴 | System |