AppCtrlScript

MAY Computer

Help

GETNAMEONLY

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

String

See also  

GETFULLPATH, GETPATHGETFILENAME, GETFILEEXT

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

Syntax

GETNAMEONLY <VariableName>, <Fullname>[, <SepChar>] 

Part

Description

<VariableName> Script variable name where to store the filename information without extension.
<FullName> Full path and filename.
<SepChar> Optional path separation character. Default is "\" (Backslash).