| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
GETFULLPATH, GETPATH, GETFILENAME, GETNAMEONLY |
Extracts the file extension without path of the specified full path and filename and stores it in the specified script variable. The ". " is not part of the result, it is also stripped away.
GETFILEEXT <VariableName>, <Fullname>
|
Part |
Description | |
| <VariableName> | Script variable name where to store the file extension information. | |
| <FullName> | Full path and filename. | |
|
| ||