-
Can PDirChange in koladd.pas report back the name(s) of file(s) changed?
-
System can do it? It just gives what system was passed for it.
-
Sorry but I do not understand :-( Can you provide an example?
-
Sorry. This was just a (joking) hint. System does not give such information. It just fires an event, and nothing else. The application requested the monitoring should itself re-scan directories and find what was changed there.
You may also try newer API designed for NTFS. But I did not interested in it still I avoid NTFS and always use FAT32 whenever possile. And finally it does not add a lot for it there.
There is another method of monitoring file system. It is implemented in system level programs like FileMon. But this is quit another story.
-
> This was just a (joking) hint.
:-D
> System does not give such information. > It just fires an event, and nothing else.
Understood.
> re-scan directories and find what was changed
I am trying with PDirList, but I miss some (fast) events :-(
> I avoid NTFS and always use FAT32 whenever possile
As do I. Also avoid VCL and use KOL whenever possible ;-)
|