Can I distinguish MS office temp file?

Hi all.
Can I distinguish MS Office temp file in FSFD
between A.doc and B.doc that is already opened?

I have tried to distinguish that but still I can’t
Does anybody give me advice?

Thanks.

Hi,

distinguishing this correctly is nearly impossible
in driver. FS Filter is at quite another level,
it knows nothing about what the file is for.

I don’t know why you need this,
but you should write your driver so
it does not depend on such things like Temp
directory, Recycle directory etc.

L.

Thanks, Zezula.
I’m writing encrypt/decrypt FSFD and it works well only for one file.
What should I do now is…
the file has access rights, so I have to process that by each rights in my
driver.
Is it impossible?
any clues?

Thanks.

“Ladislav Zezula” wrote in message news:xxxxx@ntfsd…
> Hi,
>
> distinguishing this correctly is nearly impossible
> in driver. FS Filter is at quite another level,
> it knows nothing about what the file is for.
>
> I don’t know why you need this,
> but you should write your driver so
> it does not depend on such things like Temp
> directory, Recycle directory etc.
>
> L.
>
>

> the file has access rights, so I have to process that

by each rights in my driver.
Is it impossible?

I’m afraid I don’t understand your question.
You mean the NTFS access rights ?
If yes, what you have to process in your driver ?

L.

No. it’s not NTFS access rights.
I attach a header at the end of the file
and the header has access rights(readonly, readwrite, etc…) and other
information only for that file.
so I suitably control the file in my FSFD.

Thanks.

“Ladislav Zezula” wrote in message news:xxxxx@ntfsd…
> > the file has access rights, so I have to process that
> > by each rights in my driver.
> > Is it impossible?
>
> I’m afraid I don’t understand your question.
> You mean the NTFS access rights ?
> If yes, what you have to process in your driver ?
>
> L.
>
>
>