I want to make a simple cocoa application to keep track of all folder visited by me.
I searched related document , but i am not able to find a single clue.
What is the first step to achieve it?
where should i start?
Is there any notification generated when user click on folder?
Is there any history maintained by operating system which i should read?.
Solution
You're going to want to use the FSEvents API.
Your app will not be sandbox capable.