Function makeDir

  • Create a directory at the given path.

    Parameters

    • path: string

      The path to of the directory to be created.

    • Optionaloptions: MakeDirOptions

      Options for making the directory.

    Returns Promise<void>