Description
Retrieves the pathname of the directory that the application or screen saver locates in.
Syntax
getAppDir()
Parameters
Returns
A String.
Example
var path = getAppDir(); trace(path);