macOS: move deleted file to Trash

As opposed to permanently deleting it.  As requested:

  https://sourceforge.net/p/tuxpaint/feature-requests/148/
This commit is contained in:
Mark Kim 2022-07-02 22:03:41 -04:00
parent d289d407ad
commit ed885f887d
5 changed files with 30 additions and 7 deletions

View file

@ -29,6 +29,7 @@ const char *apple_fontsPath(void);
const char *apple_preferencesPath(void);
const char *apple_globalPreferencesPath(void);
const char *apple_picturesPath(void);
int apple_trash(const char *path);
#endif /* __IOS_H__ */