1

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

わからなかったら説明します。

4

1 に答える 1