AppCtrlScript

MAY Computer

Help

GETFILEEXT

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

String

See also  

GETFULLPATH, GETPATHGETFILENAME, 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.

Syntax

GETFILEEXT <VariableName>, <Fullname> 

Part

Description

<VariableName> Script variable name where to store the file extension information.
<FullName> Full path and filename.