SIMPOL Documentation

filenameparse()

Description

This parses the file name passed in sSrc and splits it into the path (including trailing slash), the root file name, and the file extension (including the preceding dot separator).

Prototype

filenameparse ( string sSrc, string sPath, string sRoot, string sExt, string sSep )

Parameters

ParameterDefault valueType nameDescription
sSrcNonestring
sPathNonestring
sRootNonestring
sExtNonestring
sSepNonestring