Forum Discussion
tlikarish
8 years agoEmployee
Have you tried an expression like
$path.split("/").pop()
This will split the path on slashes and then remove the last one off the end of the array, which should be the file name.
Have you tried an expression like
$path.split("/").pop()
This will split the path on slashes and then remove the last one off the end of the array, which should be the file name.