Function deleteFile

  • Deletes a file at the specified file path.

    Parameters

    • filePath: string

      The path of the file to be deleted.

    Returns Promise<void>

    • A promise that resolves when the file is successfully deleted.

Generated using TypeDoc