How to get a file name only from file's full path?
MY path - C:\Documents and Settings\Arshad\My Documents\ravi.txt
|
How to get a file name only from file's full path?
|
||||
|
|
|
Have a look at this: Retrieve Filename without Path or Extension. Here's the function from the above link:
When inputting
this function returns
The function is called as such:
|
||||
|
This is the shortest way:
Tell me, if you can find shorter code;) |
|||
|
|
|
Here you go: |
|||
|
|