Getting File Name
I'm using a split function to get a the filename now but I think this will break if the depth of directories increase or decrease. Is there a way to get just the filename in a normal and safe manner?
I have
C:\test.txt
I want:
"test.txt"
|