| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
GETFULLPATH, GETPATH, GETNAMEONLY, GETFILEEXT |
Extracts the filename without path of the specified full path and filename and stores it in the specified script variable.
GETFILENAME <VariableName>, <Fullname>[, <SepChar>]
|
Part |
Description | |
| <VariableName> | Script variable name where to store the filename information. | |
| <FullName> | Full path and filename. | |
| <SepChar> | Optional path separation character. Default is "\" (Backslash). | |
|
| ||