Creigbm
Mechanical
- Aug 1, 2003
- 161
I am not sure if there is a way to accomplish this, but I am trying to get the title of a document by knowing the filename. For example, I have this filename:
C:/fdfd/fdfdse/sfsf/PART.dwg
Is there a way to 'get rid of' eveything in the string except for the PART.dwg? Note that the length of the string is ever changing so I cannot hard code it to subtract 20 characters from the left. Thanks in advance for any help.
C:/fdfd/fdfdse/sfsf/PART.dwg
Is there a way to 'get rid of' eveything in the string except for the PART.dwg? Note that the length of the string is ever changing so I cannot hard code it to subtract 20 characters from the left. Thanks in advance for any help.