TrashcanItem

Item (file or folder) stored in the trashcan.

Members

Properties

deletionTime
SysTime deletionTime [@property getter]

The time when the item was moved to trashcan.

isDir
bool isDir [@property getter]

Whether the item is directory.

itemIdList
LPITEMIDLIST itemIdList [@property getter]

Windows-specific function to get LPITEMIDLIST associated with item.

itemIdList
LPITEMIDLIST itemIdList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
restorePath
string restorePath [@property getter]

Original location of the item (absolute path) before it was moved to trashcan.

trashInfoPath
string trashInfoPath [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
trashInfoPath
string trashInfoPath [@property getter]

Freedesktop-specific function to get .trashinfo file path.

trashedPath
string trashedPath [@property getter]

Freedesktop-specific function to get the path where the trashed file or directory is located.

trashedPath
string trashedPath [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

LPITEMIDLIST
struct LPITEMIDLIST
Undocumented in source.

Meta