메소드 | 설명 | |
---|---|---|
CreateWildFile ( string path, bool fromRegistry ) : IWildFile | ||
FileLocator ( ) : System | ||
GetLocationCommand ( IWildFile file ) : string | ||
GetSpecialFolder ( string path ) : Environment.SpecialFolder? |
Get the SpecialFolder from the given path
|
|
Init ( ) : void |
Load resources
|
|
LoadRegistry ( ) : void |
Load all the WildFile from the registry into RegistryApps
|
|
LoadSpecialFolders ( ) : void |
Load the special folders path
|
|
TryLocate ( IWildFile file, Action |
메소드 | 설명 | |
---|---|---|
LocateFromRegistry ( |
||
LocateFromSpecialDirectory ( |
||
LocateWebsite ( |
||
TryLocatePath ( string path, string folders = null, List |
Try to locate a not found file path : First, we look into the current directory and test if the file exist in a direct sub directory. Then if the file can't be found, we search a folder in sub directories listed in folders. If there is no match, we get the parent folder. if there is a match, we get in the sub directory and so on.
|
public CreateWildFile ( string path, bool fromRegistry ) : IWildFile | ||
path | string | |
fromRegistry | bool | |
리턴 | IWildFile |
public GetLocationCommand ( IWildFile file ) : string | ||
file | IWildFile | |
리턴 | string |
public static GetSpecialFolder ( string path ) : Environment.SpecialFolder? | ||
path | string | |
리턴 | Environment.SpecialFolder? |
public TryLocate ( IWildFile file, Action |
||
file | IWildFile | |
callback | Action |
|
리턴 | void |