Skip to content

Commit a6c0bb7

Browse files
committed
Add mkpath()
1 parent 116e309 commit a6c0bb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S16-io.pod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ An overview:
258258

259259
mkdir($dir) # create a directory
260260
rmdir($dir) # remove a directory
261+
mkpath($path) # create directory and parents as appropriate
261262

262263
chdir($dir) # set $*CWD
263264
temp $*CWD = chdir($dir) # set $*CWD for the current scope

0 commit comments

Comments
 (0)