FileRenamedAlert
data class FileRenamedAlert(val torrentName: String?, val index: Int, val newName: String, val oldName: String) : TorrentAlert
Posted in response to rename_file() when the rename succeeds. Ported from libtorrent::file_renamed_alert (alert_type 7).
libtorrent renders <name>: file <index> renamed from "<oldName>" to "<newName>".
Properties
Link copied to clipboard
The bitmask of AlertCategory flags this alert belongs to. Mirrors alert::category(), which returns the concrete alert's static_category.
Link copied to clipboard
the torrent's name, or null when the handle would be invalid (rendered as " - ", matching libtorrent).