Interface RenamePathOptions

interface RenamePathOptions {
    ids: TorrentIds;
    path: string;
    name: string;
}

Properties

Properties

torrent list, as described in 3.1

path: string

the path to the file or folder that will be renamed

name: string

the file or folder's new name