Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: canonpathChapter 8
Standard Modules
Next: 8.80 File::Spec::Win32
 

catfile

File::Spec->catfile(dir[, dir...], file)

Concatenates one or more directory names and a filename to form a complete path that ends with a filename.


Previous: Reference: canonpathPerl in a NutshellNext: 8.80 File::Spec::Win32
Reference: canonpathBook Index8.80 File::Spec::Win32