From: hitesh on
Hi All,
I am writing a file system driver for windows vista.
I am facing problem of file display., i.e. after creating file it is
not displayed. i need to forcefully give command refresh (F5) to
display in explorer. Can anyone help me how to solve this, where could
be the problem resides?
thanks in advance,
regards,
hitesh ughreja
From: Don Burn on
You need to handle IRP_MJ_DIRECTORY_CONTROL/IRP_MN_NOTIFY_CHANGE_DIRECTORY

You should really ask these at http://www.osronline.com/ NTFSD list since
that is the list for file systems.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply



"hitesh" <hitesh.ughreja(a)gmail.com> wrote in message
news:3de72938-2205-4c4d-8962-82205bc9bf95(a)a9g2000prl.googlegroups.com...
> Hi All,
> I am writing a file system driver for windows vista.
> I am facing problem of file display., i.e. after creating file it is
> not displayed. i need to forcefully give command refresh (F5) to
> display in explorer. Can anyone help me how to solve this, where could
> be the problem resides?
> thanks in advance,
> regards,
> hitesh ughreja