$io.mkDirs

Create a file.
Syntax
    $io{mkdirs}{file_name}
    $io.mkdirs{file_name}
DocumentationCreate a file.

    Parameters:
      mkdirs, aflag to indicate that the specified file is to be created.
      file_name, the name of the file to be created (see the note about the filename syntax at the end of this document).
    Note:
      this method will create the directory or file named by the specified file_name, including any necessary but nonexistent parent directories.
Examples
GroupSpecial
Minimum required transaction-mode:UPDATE=IO
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1