Function mkdir

  • Create a directory at the given path.

    Parameters

    • path: string

      The path to of the directory to be created.

    • Optional options: MkdirOptions

      Options for making the directory.

    Returns Promise<void>

Generated using TypeDoc