AppCtrlScript

MAY Computer

Help

GETFILENAME

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

String

See also  

GETFULLPATH, GETPATHGETNAMEONLY, GETFILEEXT

Extracts the filename without path of the specified full path and filename and stores it in the specified script variable.

Syntax

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).