请问文件监视器只能监视一个目录或理解为只执行一组监视命令吗,如下,就只能监视一个目录的文件变化操作
With FileWatcher .Path = "D:\检录系统\publish" .Filter = "*.*" .Delay = 1000 scsj = "r" .Enabled = TrueEnd With
With FileWatcher .Path = "D:\检录系统\data" .Filter = "照片.zip" .Delay = 1000 scsj = "s" .Enabled = TrueEnd With