in reply to
Using File::stat
What happens if you flip the slashes around? Might it be that Windows is not recognizing your UNCs as remote file locations when you use forward slashes?
I'd throw an
-e
test in there just to make sure.
Comment on
Re: Using File::stat
Replies are listed 'Best First'.
Re: Re: Using File::stat
by
RayRay459
(Pilgrim)
on Feb 12, 2002 at 00:17 UTC
It wasn't the "/" "\" thing. i was throwing in a "\n" into the path. i will post final code. got it almost working :) Thanks for your help.
Ray
[reply]
In Section
Seekers of Perl Wisdom