I am having a melt down today can anyone tell me how to trim off the file path so that the file path is as indecated below:
Here is the code
FilePath = getLastTIF("\\192.168.0.11\letters\")
After it trims I need the result to be
mytiffile001.tif
Any help? The above code works great except when the filpath is saved it saves the entire path and I just need the file it self saved
Here is the code
FilePath = getLastTIF("\\192.168.0.11\letters\")
After it trims I need the result to be
mytiffile001.tif
Any help? The above code works great except when the filpath is saved it saves the entire path and I just need the file it self saved