Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: extract file name from a dynamic path

by alexm (Chaplain)
on Sep 07, 2008 at 01:41 UTC ( [id://709585]=note: print w/replies, xml ) Need Help??


in reply to Re: extract file name from a dynamic path
in thread extract file name from a dynamic path

While writing my last CUFP I found a warning about basename in File::Basename:

This function is provided for compatibility with the Unix shell command basename(1). It does NOT always return the file name portion of a path as you might expect. To be safe, if you want the file name portion of a path use fileparse().

I'd like to see an example of this, since I can't figure out what can be wrong with basename.

Replies are listed 'Best First'.
Re^3: extract file name from a dynamic path
by Anonymous Monk on Sep 07, 2008 at 06:12 UTC
    Just keep reading, it says
    C<basename()> returns the last level of a filepath even if the last level is clearly directory. In effect, it is acting like C<pop()> for paths. This differs from C<fileparse()>'s behaviour. # Both return "bar" basename("/foo/bar"); basename("/foo/bar/");

      I was blind when I read that, thanks :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://709585]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-26 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found