Searched defs:mkpath (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DPath.pm11 mkpath(['/foo/bar/baz', 'blurfl/quux'], 1, 0711);
16 The C<mkpath> function provides a convenient way to create directories, even
18 a time. C<mkpath> takes three arguments:
29 a boolean value, which if TRUE will cause C<mkpath>
44 C<mkpath> function throws a fatal error with C<Carp::croak>. This error
47 eval { mkpath($dir) };
102 On Windows, if C<mkpath> gives you the warning: B<No such file or
124 our @EXPORT = qw( mkpath rmtree );
134 sub mkpath { subroutine
156 push(@created,mkpath(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DCommand.pm13 @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f);
30 perl -MExtUtils::Command -e mkpath directories...
177 =item mkpath directory...
183 sub mkpath subroutine
186 File::Path::mkpath([@ARGV],0,0777);

Completed in 24 milliseconds