diff options
Diffstat (limited to 'python/send2trash/README')
-rw-r--r-- | python/send2trash/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/python/send2trash/README b/python/send2trash/README index 9adabb2e0a3a2..b729cfeacf060 100644 --- a/python/send2trash/README +++ b/python/send2trash/README @@ -1,6 +1,7 @@ -Send2Trash is a small package that sends files to the Trash (or Recycle Bin) -natively and on all platforms. On OS X, it uses native FSMoveObjectToTrashSync -Cocoa calls, on Windows, it uses native (and ugly) SHFileOperation win32 calls. -On other platforms, if PyGObject and GIO are available, it will use this. -Otherwise, it will fallback to its own implementation of the trash -specifications from freedesktop.org. +Send2Trash is a small package that sends files to the Trash (or +Recycle Bin) natively and on all platforms. On OS X, it uses native +FSMoveObjectToTrashSync Cocoa calls, on Windows, it uses native +(and ugly) SHFileOperation win32 calls. On other platforms, if +PyGObject and GIO are available, it will use this. Otherwise, it will +fallback to its own implementation of the trash specifications from +freedesktop.org. |