FilePart(
path:path,
[int:components]
)
→ string
Returns the filename (trailing) component or components of the specified path. If components isn't specified, the final component is returned.
Example:
Output(FilePart("C:\one\two\file.jpg")); --> file.jpg