Function renameFolder

  • Renames a folder from the old path to the new path.

    Parameters

    • oldPath: string

      The path of the folder to be renamed.

    • newPath: string

      The new path of the folder.

    Returns void

Generated using TypeDoc