Function: extractFilenameFromPath()
extractFilenameFromPath(
path):string
Defined in: src/common/web/utils/Paths.ts:8
Extracts the filename (i.e., last element) of a complete path.
Parameters
path
string
The full path.
Returns
string
- The filename/last element of the path.