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
File.GetShortName
OverviewExamples
string File.GetShortName ( string Filename )
De s cr ip t ion
Gets the "8.3" version of the full path to an existing file.
Note: If the file does not exist, this action will fail and an empty string will be returned.
P arame t er s
Filename
(string) The full path to the file.
Re t u r n s
(string) The "8.3" version of the given file path. If this action fails, a blank string "" is returned. You can use Application.GetLastError to determine whether this action failed, and why.