app.getFilePath

Syntax app.getFilePath ()

Params None.

Action Locates the file being displayed in the target window.

Returns The full path to the file being displayed in the target window.

Examples app.start ("MinApp"); app.getFilePath ()

   » "System:Minimal Applet:Dave's email"

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes app.getFilePath returns the empty string if the target window is a new window that wasn't loaded from a file and hasn't been saved.

See Also app.openWindow

app.saveWindow

Discuss