trashcan

Moving files and directories to trash can.

Members

Classes

Trashcan
class Trashcan

Implementation of ITrashcan. This class may have additional platform-dependent functions and different constructors. This class is currently available only for Windows and Freedesktop (GNU/Linux, FreeBSD, etc.) platforms.

Trashcan
class Trashcan
Undocumented in source.
Trashcan
class Trashcan
Undocumented in source.

Enums

TrashOptions
enum TrashOptions

Flags to rule the trashing behavior.

Functions

moveToTrash
void moveToTrash(string path, TrashOptions options)

Move file or directory to trash can.

Interfaces

ITrashcan
interface ITrashcan

Interface to trashcan.

Structs

TrashcanItem
struct TrashcanItem

Item (file or folder) stored in the trashcan.

Meta