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 ,
string sSrc,
string sPath,
string sRoot,
string sExt )
sSep
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| sSrc | None | string | |
| sPath | None | string | |
| sRoot | None | string | |
| sExt | None | string | |
| sSep | None | string |


