|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| int | BLI_delete_soft (const char *filepath, const char **r_error_message) |
macOS specific implementations for fileops{_c}.cc.
Definition in file fileops_apple.mm.
| int BLI_delete_soft | ( | const char * | filepath, |
| const char ** | r_error_message ) |
Soft deletes the specified file or directory (depending on dir) by moving the files to the recycling bin, optionally doing recursive delete of directory contents.
Definition at line 16 of file fileops_apple.mm.