Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 18th, 2007, 11:40 AM
Authorized User
 
Join Date: Feb 2004
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JAtkinson
Default fileSystemWatcher - Networked Harddrive

I am trying to monitor file activity from a WD 500GB harddrive that is connected to a router via CAT5/RJ45 cable. I believe my code is correct since I am able to monitor file activity on C:\ etc. but does not monitor my mapped network drive (Z:\) when I change/delete/create a file from any computer on the network.

I AM able to retrieve drive information using DriveInfo.

Any suggestions? Thanks

 
Old May 18th, 2007, 08:14 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

While I'm not an expert on this, I imagine this has to do with the way the file watcher works.

I suspect that a file watcher class talks with the operating system through some windows APIs that talk with the operating system disk I/O. When you save a file in windows, the file I/O notifies the "watchers". However, your networked file system is not controlled by (only accessible from) windows. So windows doesn't know about changes as they occur.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
FileSystemWatcher brawny4 Visual Basic 2005 Basics 3 December 28th, 2006 12:47 PM
Accessing C:\Inetpub\wwwroot on networked machine RussellT Dreamweaver (all versions) 7 March 5th, 2006 08:58 AM
FileSystemWatcher? [C#] [email protected] General .NET 2 May 13th, 2005 03:50 AM
HELP - FileSystemWatcher Problems [email protected] Pro VB.NET 2002/2003 0 January 10th, 2005 09:37 PM
networked computers? lagalag VB How-To 0 March 23rd, 2004 10:11 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.