PDA

View Full Version : how to get handle of a process?




chidambaram
Nov 10, 2008, 02:11 AM
hi everybody,

I am working in Mac machine(Version 10.4.7).

I have many pdf documents and indesign documents.

My requirement is to open a file(pdf or indesign, specified by user) and to trace the file to know when that file is closed by user. I need the time of file closed by user.

I open the user specified file using LSOpenFSRef().

How can i trace the file so that i can know when the file is closed?

Thanks in advance....



SC68Cal
Nov 10, 2008, 02:21 AM
man fuser

chidambaram
Nov 10, 2008, 04:21 AM
thanks for ur reply.

how can i use this sir?

please give some sample code.