Hi,
I'm trying to implement a version of the filedetect class used in the
Solution project that ships with Foxpro9.
It works fine except for this problem : I'm trying to detect new files being
added to a directory. When I'm copying a file in Windows Explore, I get a
'New File' event, but when I create a file using VFP or VS.Net I just get an
"directory updated" event without the exact filename.
Does anybody know how to solve this problem ? I could query the files in the
path ofcourse, but I like to keep it as simple (and fast) as possible.
tia
Xavier