11 Filesystem
(require unstable/file) |
This library is unstable;
compatibility will not be maintained.
See Unstable: May Change Without Warning for more information.
(make-directory*/ignore-exists-exn pth) → void pth : path-string?
Like make-directory*, except it ignores errors when the path already exists. Useful to deal with race conditions on processes that create directories.