willyfoo Posted December 17, 2004 Posted December 17, 2004 Anybody knows how to achieve minimal system resources to detect for any changes made to a directory/folder (eg. New file, changed file) to trigger running a function? I've tried polling every 0.x seconds but don't feel it's the most efficient.
willyfoo Posted December 17, 2004 Author Posted December 17, 2004 The closest lead I have is http://www.thescarms.com/vbasic/FolderSpy.aspIt uses FileSystemObject of scrrun.dllWorst case scenario is to run the above program and do an adlib on it to detect for it's aleart but how to access the FileSystemObject directly to achive the same effect?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now