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

Re: How to get full path name in windows?

by CountZero (Bishop)
on Dec 09, 2012 at 18:52 UTC ( [id://1007998]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    my $dirname = 'c:/data/eps';
    ...
        say "File path: $file_path";
    }
    closedir DIR;
    
  2. or download this
    File path: c:/data/eps/.
    File path: c:/data/eps/..
    File path: c:/data/eps/agrafort.jpg
    ...
    File path: c:/data/eps/ARF.jpg
    File path: c:/data/eps/ARF.png
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found