How to hide certain file and directory in Win9x

Hi, Gurus.

I searched issues in ntfsd that discuss how to hide file and directory in NT
kernel based OS and now I fortunately realized what I want to do.

Anyway, I need to do same thing in Win9x, but I do not have enough aknowlege
about that.

I think that I need to study ntfsd and IFS kit for this purpose, but I do
not think that I have enough time to do that (again, sorry).

Could you please give me pointer to let me study about that?

Thanks,
Hideyuki Inamasu.

There is no IFS kit for w9x and you hardly get help here as the problem is off topic (guess why is this list named NTFSD :). Fortunately, things can be (it depends…) much easier in w9x. There is standard support for IFS hooking; search for IFSMgr_InstallFileSystemApiHook. As for documentation, some is in the w9x DDK, some can be found in Walter Oney’s System Programming for w95 and probably the best info is in the Stan Mitchell’s Windows 95 File System book. However, these books are probably out of print nowadays and also, some info can be obsolete and not quite valid for w98 Whatever Edition. Also note no of these book shows exactly what do you want to do. Instead, they provide necessary background.

The best thing you can probably do is to use Google and search (mainly groups) for above mentioned API. You can find discussions and probably also examples. Using IFS hooks isn’t very hard unless you need something unusual which depends on undocumented info. I used it in few projects but w9x are fortunately obsolete now and I’m trying to forget such a mess ever existed :wink:

Best regards,

Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]


From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Hideyuki Inamasu[SMTP:xxxxx@hotmail.com]
Reply To: Windows File Systems Devs Interest List
Sent: Sunday, January 16, 2005 4:12 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] How to hide certain file and directory in Win9x

Hi, Gurus.

I searched issues in ntfsd that discuss how to hide file and directory in NT
kernel based OS and now I fortunately realized what I want to do.

Anyway, I need to do same thing in Win9x, but I do not have enough aknowlege
about that.

I think that I need to study ntfsd and IFS kit for this purpose, but I do
not think that I have enough time to do that (again, sorry).

Could you please give me pointer to let me study about that?

Thanks,
Hideyuki Inamasu.


Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@upek.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Hello, Mr.Michal.

Thank you very much for your advice and this is very helpful for me. With
your advice, I will solve my problem:-).

Again, thank you very much.

Hideyuki Inamasu.

“Michal Vodicka” wrote in message
news:xxxxx@ntfsd…
There is no IFS kit for w9x and you hardly get help here as the problem is
off topic (guess why is this list named NTFSD :). Fortunately, things can be
(it depends…) much easier in w9x. There is standard support for IFS
hooking; search for IFSMgr_InstallFileSystemApiHook. As for documentation,
some is in the w9x DDK, some can be found in Walter Oney’s System
Programming for w95 and probably the best info is in the Stan Mitchell’s
Windows 95 File System book. However, these books are probably out of print
nowadays and also, some info can be obsolete and not quite valid for w98
Whatever Edition. Also note no of these book shows exactly what do you want
to do. Instead, they provide necessary background.

The best thing you can probably do is to use Google and search (mainly
groups) for above mentioned API. You can find discussions and probably also
examples. Using IFS hooks isn’t very hard unless you need something unusual
which depends on undocumented info. I used it in few projects but w9x are
fortunately obsolete now and I’m trying to forget such a mess ever existed
:wink:

Best regards,

Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]

> ----------
> From:
> xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com]
> on behalf of Hideyuki Inamasu[SMTP:xxxxx@hotmail.com]
> Reply To: Windows File Systems Devs Interest List
> Sent: Sunday, January 16, 2005 4:12 PM
> To: Windows File Systems Devs Interest List
> Subject: [ntfsd] How to hide certain file and directory in Win9x
>
> Hi, Gurus.
>
> I searched issues in ntfsd that discuss how to hide file and directory in
> NT
> kernel based OS and now I fortunately realized what I want to do.
>
> Anyway, I need to do same thing in Win9x, but I do not have enough
> aknowlege
> about that.
>
> I think that I need to study ntfsd and IFS kit for this purpose, but I do
> not think that I have enough time to do that (again, sorry).
>
> Could you please give me pointer to let me study about that?
>
> Thanks,
> Hideyuki Inamasu.
>
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@upek.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

> I used it in few projects but w9x are fortunately obsolete now

and I’m trying to forget such a mess ever existed :wink:

Yeah, so do I :-)))

L.