如果使用 FileSystemWatcher 在例如“C:\”中创建具有指定名称的文件,是否有办法执行操作?
Private Sub FileSystemWatcher1_changed(ByVal sender As System.Object, ByVal e As System.IO.FileSystemEventArgs) Handles FileSystemWatcher1.Changed
If
'really don't know what to put here
End If
End Sub
如果您不明白,我会解释。