Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Win32 dir attributes

by state-o-dis-array (Hermit)
on Dec 11, 2004 at 19:31 UTC ( [id://414139]=note: print w/replies, xml ) Need Help??


in reply to Win32 dir attributes

I found the error of my ways. In case anyone else falls in to the same trap... my stat call was running from the current working directory which isn't the same as the directory that I am searching, I achieved the needed result by changing
my @stat = stat($subdir);
to
my @stat = stat(join("\\", $navigate,$subdir);
having eyes but never seeing...perhaps some day I will proudly declare "I am a programmer"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-24 03:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found