From: SMTP%"arnab@hcla.com" 19-SEP-1997 17:37:42.95 To: "'rajkumar jayaraman'" CC: "'ntdev@atria.com'" Subj: RE: File Change Notification Return-Path: owner-ntdev@atria.com Received: by arisia.gce.com (UCX V4.1-12C, OpenVMS V7.1 VAX); Fri, 19 Sep 1997 17:33:13 -0400 Received: from gw.atria.com (gw.atria.com [192.88.237.2]) by bort.mv.net (8.8.5/mem-951016) with SMTP id SAA16608 for ; Thu, 18 Sep 1997 18:53:56 -0400 (EDT) Received: by gw.atria.com id Thu, 18 Sep 1997 13:11:42 -0400 Received: from brawny.hcla.com by gw.atria.com id Thu, 18 Sep 1997 13:11:27 -0400 Received: from arnab.hcla.com (arnab.hcla.com [204.160.248.63]) by brawny.hcla.com (8.8.5/8.6.6) with SMTP id KAA11569; Thu, 18 Sep 1997 10:10:10 -0700 (PDT) Received: by arnab.hcla.com with Microsoft Mail id <01BCC41B.7AFEA0C0@arnab.hcla.com>; Thu, 18 Sep 1997 10:13:16 -0700 Message-ID: <01BCC41B.7AFEA0C0@arnab.hcla.com> From: Arnab Bhaduri To: "'rajkumar jayaraman'" Cc: "'ntdev@atria.com'" Subject: RE: File Change Notification Date: Thu, 18 Sep 1997 10:07:30 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-ntdev@atria.com Precedence: bulk Check out ReadDirectoryChangesW(). This function returns changes in a FILE_NOTIFY_INFORMATION struct which includes the file name. Note that - - this is available only on NT. - the structure returns the file name in Unicode, and the filename is not null-terminated. Hope this helps, Arnab Is there any API with which a process can monitor changes to a specifed file on the disk/over the network.The API FindFirstChange Notification() works on directory monitoring,but i need to monitor only a particular file in that directory. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ To unsubscribe, send email to ntdev-request@atria.com with body UNSUBSCRIBE (the subject is ignored). ]