I would like to get path,name and altough handle to those files.
And is there any metod to now when the list of the opened files has changed(a handle to a file was closed or opened)?
Thanks
These are very implementation-specific, so could you specify what operating system and environment you're working in? Since you're posting in the generic "C language" forum, and this isn't a C language question, there's not enough context to find an answer to your question.
I can tell you that in Windows you can't really tell the path/name of a file through a handle, simply because a handle isn't necessarily a file. It could be a communications device, pipe, event, semaphore, or other non-file entity.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.