File.GetShortName

string File.GetShortName (

string Filename )

Description

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.

Parameters

Filename

(string) The full path to the file.

Returns

(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.

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