Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #2273
| From | GS <gs@v.invalid> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: FileSystemWatcher in VisualStudio 12 or VS Express 13 - can you please help? |
| Date | 2015-09-14 14:29 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <mt73hv$dg4$1@dont-email.me> (permalink) |
| References | <ACiJx.4436$pu3.2600@fx23.iad> |
> 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... Hi Ralph, You've posted to a classic VB group (VB6 and earlier)! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Find similar | Unroll 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