|
GetWorkspaceDirectory |
Top Previous Next |
|
GetWorkspaceDirectory
Syntax GetWorkspaceDirectory([out] DirVar);
Description To get the application workspace directory. A workspace directory is a directory where all the play list item and additional files are extracted upon application startup.
Parameters DirVar The variable name to receive the directory information
Return 1 = success 0 = failed -1 = FSCommands cannot be found
Example
FSCommand("GetWorkspaceDirectory", "DirVar"); |