On this page:
make-directory*/  ignore-exists-exn

9 Filesystem

Jay McCarthy <jay@racket-lang.org>

This library is unstable; compatibility will not be maintained. See Unstable: May Change Without Warning for more information.

 (require unstable/file)

procedure

(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.