|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Folder.GetCurrent

OverviewExamples

string Folder.GetCurrent ( )


De s cr ip t ion


Returns the "current folder" (working directory) for the application.


P arame t er s


None.


Re t u r n s


(string) The path to the "current folder" (working directory) for the application. If the current folder cannot be determined, a blank string "" is returned.


|