| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
GETFULLPATH, GETPATH, 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.
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. | |
|
| ||