start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: mdtm Chapter 16
FTP
Next: Reference: nlst
 

mkdir

 $

ftp


->mkdir
(

dir

[, 

recursive

])

Makes a new directory. Arguments are:

dir

The new directory name.

recursive

If true , creates all directories in the path as needed.


Previous: Reference: mdtm Perl in a Nutshell Next: Reference: nlst
Reference: mdtm Book Index Reference: nlst