vote up 3 vote down star

I'm trying to get rid of everything before the filename ex:

/home/mike/whatever/test_1.txt

leaving only test_1.txt

what would the simplest way?

thanks

flag

1 Answer

vote up 15 vote down check

basename()

link|flag
Quite possibly the best answer I've seen on stackoverflow. – gaoshan88 Dec 11 '08 at 21:32
Simple and too the point, perfect. – stukelly Dec 12 '08 at 0:05
Ditto to the previous comments. – Matt Hanson Dec 12 '08 at 1:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.