Software Development Network>> Visual Basic>> FileSystemWatcher
Dim
its working now, I was not using InludeSubdirectories
Thanks for the help...
FileSystemWatcher
zennway
Dim
fsw As New IO.FileSystemWatcher("C:\") fsw.EnableRaisingEvents = True fsw.IncludeSubdirectories = TrueRichLeyshon
its working now, I was not using InludeSubdirectories
Thanks for the help...
Amos Soma