klyn.io.FolderPath.mkdir
method
public mkdir() as Void throws IOException:
Description
Creates this directory only. Parent directories must already exist. If the directory already exists, this method does nothing.
Throws
  • IOException if creation fails or if a regular file already exists at this path.