Syntax:
GetTasksDirectory()
Description:
Returns the folder path of the default location for new Automated Workflow
files. When a new Workflow is created, Automated
Workflow uses this path together with the Workflow name to create a new
Workflow file.
Parameter Description
(no parameters)
Example:
Sub
Main
MsgBox GetTasksDirectory()
End Sub
See Also