I am tying to get the content of the trash in a Cocoa application and I was wondering if this is a special path or if I have to use dedicated functions.
Thanks for your help,
Regards,
|
I am tying to get the content of the trash in a Cocoa application and I was wondering if this is a special path or if I have to use dedicated functions. Thanks for your help, Regards,
| |||
|
feedback
|
|
"Macintosh HD>Users>your username>.Trash" It is hidden to finder but you can locate it in the terminal or otherwise. From then on it is a normal folder and you can do whatever functions you would like to it. Could be done like such
| |||||||
feedback
|
|
There are several special paths for trash items.
The above are implementation details (that have stayed constant since 10.0) so I'm not sure if it is possible to rely on them. An alternative to going to the directories is to use the scripting bridge to Finder. There's an example in the Scripting Bridge programming guide. | |||
|
feedback
|