Pascal Scripting: PathConvertNormalToSuper

Prototype:

function PathConvertNormalToSuper(const Filename: String; out SuperFilename: String; const Expand: Boolean): Boolean;

Description:

Converts a normal path to an extended-length path (also known as a super path). Set Expand to True unless you are sure that Filename is already an absolute (non-relative) path. Returns True if successful, False otherwise. Does not fail if the specified path already is an extended-length path.

See also:

ApplyPathRedirRules
PathConvertSuperToNormal