In my file systm filter , I see the file name( file objcet during create ) does not include the full path when I try a “copy con” from command prompt…
e.g
D:\TestDir\tes1> copy con abcd.txt
AAAAAAAAAA
SSSSSSSSSSS
DDDDDDDDDDD
FFFFFFFFFFFF
^Z
If the try the above the in IRP_MJ_Create , the fileobject->Filename contains just the name “abcd.txt” …
It does not come like “D:\TestDir\tes1\abcd.txt” …
But when I try it thru explorer ->new>create txt file …It comes properly…
Any idea what is reason ? and how to get the full path as “D:\TestDir\tes1\abcd.txt” …
Please give me some suggestions…
thanks in advance,
PRIYA MS
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.