Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #2272

FileSystemWatcher in VisualStudio 12 or VS Express 13 - can you please help?

From RalphCramden <kwbnaples@aim.com>
Newsgroups comp.lang.basic.visual.misc
Subject FileSystemWatcher in VisualStudio 12 or VS Express 13 - can you please help?
Message-ID <ACiJx.4436$pu3.2600@fx23.iad> (permalink)
Date 2015-09-13 17:45 +0000

Show all headers | View raw


The documentation states that I can use a FileSystemWatcher to monitor for 
changes in a network drive. My code sets the .Path property, then sets 
.EnableRaisingEvents = True and .IncludeSubdirectories = True. I have tried a 
.Path syntax of \\<server>\<folder>, and the FileSystemWatcher will not raise 
events. If I map \\<server> to a local drive letter and use <drive_letter>:
\<folder>, the FileSystemWatcher still does not raise events. I have no problems 
at all watching a truly-local path such as CL\Windows. Any suggestions would be 
most welcomed! Thanks for caring...


-- 
--------------------------------- --- -- -
Posted with NewsLeecher v7.0 Beta 7
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -

Back to comp.lang.basic.visual.misc | Previous | NextNext in thread | Find similar | Unroll thread


Thread

FileSystemWatcher in VisualStudio 12 or VS Express 13 - can you please help? RalphCramden <kwbnaples@aim.com> - 2015-09-13 17:45 +0000
  Re: FileSystemWatcher in VisualStudio 12 or VS Express 13 - can you please help? GS <gs@v.invalid> - 2015-09-14 14:29 -0400

csiph-web