1

I want to monitor any directory using File System Events in sandbox application.

Please any one confirm File System Events used in sandbox application?

mahal tertin
  • 3,239
  • 24
  • 41
vijay
  • 1,235
  • 1
  • 11
  • 32

1 Answers1

1

Yes, you can use them. To start the stream and to read a directory you'll need to ask user for permission using a NSOpenPanel.

mahal tertin
  • 3,239
  • 24
  • 41
  • Thanks for reply.. I already have user home folder permission, but I can't get any monitor event from downloads folder – vijay Apr 23 '18 at 10:13
  • You need either add code to your question or ask a new one. Also it would motivate me and others to answer when you accept answers to your previous questions. – mahal tertin Apr 23 '18 at 18:05