Folks,
I am new to this impressive program so please forgive this basic question.
What I would like to do is monitor a folder, in real time, for files that
are added, renamed or deleted. By real time I mean that I want to respond to the action taken by the user as they do it rather than 5 minutes later based on a polling or wait period.
For example, with regard to file renaming I need to be able to monitor all of the ways in which this can be achieved including:
* right-clicking on the file name in Explorer and clicking Rename
* left-clicking on the file name twice
* using a file save / open browser in an application such as Word and
renaming the file as above
* left-clicking on the file name in the Explorer window and clicking File,
Rename.
Can anyone advise if this is possible and, if so, how so.
Thanks.
Monitoring file management events
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
You might want to look at FileMon from SysInternals. This is a freeware program.
Filemon is an application that monitors and displays all file system activity on a system. It has advanced filtering and search capabilities that make it a powerful tool for exploring the way Windows works, seeing how applications use the files and DLLs, or tracking down problems in system or application configurations.
It uses wildcards in its filters. For example, if the include filter is "c:\temp", and the exclude filter is "c:\temp\subdir", all references to files and directories under c:\temp, except to those under c:\temp\subdir will be monitored. Additional filter options select or deselect read, write or open operations.
Filemon works on NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows 95, Windows 98 and Windows ME.
You could start FileMon with Macro Scheduler and use the results of the output to trigger actions in Macro Scheduler for you, based on what is happening. The output is very busy at first, but I think you will be able to get a handle on it for your needs.
Filemon is an application that monitors and displays all file system activity on a system. It has advanced filtering and search capabilities that make it a powerful tool for exploring the way Windows works, seeing how applications use the files and DLLs, or tracking down problems in system or application configurations.
It uses wildcards in its filters. For example, if the include filter is "c:\temp", and the exclude filter is "c:\temp\subdir", all references to files and directories under c:\temp, except to those under c:\temp\subdir will be monitored. Additional filter options select or deselect read, write or open operations.
Filemon works on NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows 95, Windows 98 and Windows ME.
You could start FileMon with Macro Scheduler and use the results of the output to trigger actions in Macro Scheduler for you, based on what is happening. The output is very busy at first, but I think you will be able to get a handle on it for your needs.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact: