Struct TrashcanItem

Item (file or folder) stored in the trashcan.

struct TrashcanItem ;

Properties

NameTypeDescription
deletionTime[get] std.datetime.systime.SysTimeThe time when the item was moved to trashcan.
isDir[get] boolWhether the item is directory.
itemIdList[get] trashcan.TrashcanItem.LPITEMIDLISTWindows-specific function to get LPITEMIDLIST associated with item.
restorePath[get] stringOriginal location of the item (absolute path) before it was moved to trashcan.
trashedPath[get] stringFreedesktop-specific function to get the path where the trashed file or directory is located.
trashInfoPath[get] stringFreedesktop-specific function to get .trashinfo file path.