GetFileFromPath
Extracts a filename from an absolute path.
Method Signature
Arguments
Argument
Type
Required
Description
Default
path
string
true
The absolute path to extract the filename from
Examples
Basic Example
Result: file.txt
Additional Examples
Related
Last updated
Was this helpful?