I'm running php on linux and wish to use basename() to get the file name
from a windows path.

basename() on our linux/php box can't seem to cope with the use of
backslash (\) in the Windows paths I'm feeding it. 

In other words:

basename(/usr/blah/doh/yuck/wow/abigfile.html)

resolves to : abigfile.html

but 

basename(adirectory\onawindowsbox\abigfile.html)

does not resovle to abigfile.html.

Does anybody have a workaround for this?

Thanks!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to