Function createDirectory

  • Create a directory at a given path if it does not exist. Automatically creates parent directories if they do not exist.

    Parameters

    • dirpath: string

      The path where the directory should be created.

    Returns Promise<string>

    The path of the directory. ```

Generated using TypeDoc