Method | Description | |
---|---|---|
ExtensionConfiguration ( ) : System | ||
GetCopyPathForExtension ( string extension ) : string |
Returns the path to copy the file to for a given extension. Will return a custom path for each OS if specified in extension.xml
|
|
IsValidExtension ( string extension ) : bool |
Checks if there's an action defined for this extension
|
|
ReadConfig ( ) : void |
Reads the extension.xml
|
public GetCopyPathForExtension ( string extension ) : string | ||
extension | string | |
return | string |
public IsValidExtension ( string extension ) : bool | ||
extension | string | |
return | bool |