AppCtrlScript

MAY Computer

Help

PATHFILECONNECT

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

String

See also  

GETFULLPATHGETPATH, GETFILENAME, GETNAMEONLY, GETFILEEXT

Connects the given filename parts to a full name and stores it in the specified script variable. Eliminates possibly occurring double backslashes etc.

Syntax

PATHFILECONNECT <VariableName>[, <Filename>][, <Path>][, <Drive>][, <Extension>] 

Part

Description

<VariableName> Script variable name where to store the full path information.
<FileName> Filename part with or without extension.
<Path> Path part.
<Drive> Drive or host part.
<Extension> Extension part.