Search code examples
delphifilehookjedi-code-library

delphi - watching for files changes in directories - implemented in JCL?


I need to notify my application in some way whenever any file in the given directory has been changed (its content has been modified) ... is there any JCL/JVCL routine for that?

Thanks in advance ...


Solution

  • See TJvChangeNotify component located in JvChangeNotify.pas .

    Bye.