> On 28 Mar, marcos rebelo wrote:
 
> I have a program that is supposed to send files throw FTP. And I'm
> using the Net::FTP. I have a destiny path and I need to create the
> directories if they don't exist.
 
Locally or remotely?
  
> How do I check if a Directory exist?
 
-e $dir for local purposes
 
Steven

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to