Structsยง
- Basename
Function - BASENAME - last component of a path (file name with extension)
- Dirname
Function - DIRNAME - everything except the last component
- Extension
Function - EXTENSION - file extension (without leading dot)
- Path
Depth Function - PATH_DEPTH - number of components in the path
- Path
Part Function - PATH_PART - nth component (1-based; negative = from end, -1 = last)
- Stem
Function - STEM - file name without extension