monitor File access in a Folder
-
hi, I want to monitor the file access done in my folder. And also wanted the time of access. I just want to write a background process and logging the activities in my folder. Can i do in "C" ? I beleive anything can be done in C. Plzz Help me with Source code (or) some urls (or) some useful ideas to achive this Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none. -- modified at 3:34 Tuesday 4th July, 2006
-
hi, I want to monitor the file access done in my folder. And also wanted the time of access. I just want to write a background process and logging the activities in my folder. Can i do in "C" ? I beleive anything can be done in C. Plzz Help me with Source code (or) some urls (or) some useful ideas to achive this Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none. -- modified at 3:34 Tuesday 4th July, 2006
You can watch a directory with
FindFirstChangeNotification()
orReadDirectoryChangesW()
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ VB > soccer
-
hi, I want to monitor the file access done in my folder. And also wanted the time of access. I just want to write a background process and logging the activities in my folder. Can i do in "C" ? I beleive anything can be done in C. Plzz Help me with Source code (or) some urls (or) some useful ideas to achive this Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none. -- modified at 3:34 Tuesday 4th July, 2006
U wanna do in VC++? Jubin Chawda braindrain1@rediffmail.com ----------------------------- Come online at:- fitiyal@yahoo.com
-
hi, I want to monitor the file access done in my folder. And also wanted the time of access. I just want to write a background process and logging the activities in my folder. Can i do in "C" ? I beleive anything can be done in C. Plzz Help me with Source code (or) some urls (or) some useful ideas to achive this Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none. -- modified at 3:34 Tuesday 4th July, 2006
-
hi, I want to monitor the file access done in my folder. And also wanted the time of access. I just want to write a background process and logging the activities in my folder. Can i do in "C" ? I beleive anything can be done in C. Plzz Help me with Source code (or) some urls (or) some useful ideas to achive this Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none. -- modified at 3:34 Tuesday 4th July, 2006
hi, Thanks guyz for your quick responses..Michael Dunn, Jubin Chawda and WhiteSky From the link i get a clear idea.. But i want to run my program like background process. On pressing Ctrl+Alt+Del my program wanted to be displayed in the Process Tab rather than in the Program Tab. I'm trying to implement in VC++ with out MFC. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
hi, Thanks guyz for your quick responses..Michael Dunn, Jubin Chawda and WhiteSky From the link i get a clear idea.. But i want to run my program like background process. On pressing Ctrl+Alt+Del my program wanted to be displayed in the Process Tab rather than in the Program Tab. I'm trying to implement in VC++ with out MFC. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
An application that doesn't appear in the taskbar will not appear in the "Applications" tab in Task Manager.