| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
GETPATH, GETFILENAME, GETNAMEONLY, GETFILEEXT, PATHFILECONNECT |
Extracts the fullpath of the specified full path and filename and stores it in the specified script variable.
GETFULLPATH <VariableName>, <Fullname>[, <TruncBacksl>][, <SepChar>]
|
Part |
Description | |
| <VariableName> | Script variable name where to store the full path information. | |
| <FullName> | Full path and filename. | |
| <TruncBacksl> | Optional 0 or 1 if the last trailing backslash should be truncated. If 0 the last backslash (or other path separation character) is kept in the result. Default is 1. | |
| <SepChar> | Optional path separation character. Default is "\" (Backslash). | |
|
| ||