|
GetAppDirectory |
Top Previous Next |
|
GetAppDirectory
Syntax GetAppDirectory([out] DirVar);
Description To get the application executable directory.
Parameters DirVar The variable name to receive the directory information
Return 1 = success 0 = failed -1 = FSCommands cannot be found
Example
FSCommand("GetAppDirectory", "DirVar"); |