Is there a special function for extracting the name of the file from it's path and extension?
(Or do I have to create a loop and check for instances of special characters such as "\" and "." in relation to their expected placement?)
For example, I want to extract the name of the file "FILE" from the path:
C:\Windows\Desktop\FILE.xls
(Or do I have to create a loop and check for instances of special characters such as "\" and "." in relation to their expected placement?)
For example, I want to extract the name of the file "FILE" from the path:
C:\Windows\Desktop\FILE.xls