1

I am executing an executable in Cocoa using NSTask. The executable is creating files.
Is there any way I can find out which files are created by this executable during its execution ?
Thanks.

Laurent Crivello
  • 3,809
  • 6
  • 45
  • 89

1 Answers1

0

There's a tool in Instruments that allows you to trace all file accesses by a program, and there's a guide to using it in the online manual here.

James
  • 24,676
  • 13
  • 84
  • 130