$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: mfdylan (dylan_at_[hidden])
Date: 2002-02-25 02:34:57
--- In boost_at_y..., Carl Daniel <cpdaniel_at_p...> wrote:
> From: "mfdylan" <dylan_at_m...>
> >
> > This allows you to map \\XYZ\share to drive z: then substitute
drive
> > y: for z:\test then chdir to y: and determine that the owner
> > for "file.txt" is XYZ\\joe_bloggs.
>
> Just curious, did you handle subst drives for Win9x? IIRC, it
requires some serious black magic to get that info on 9x
> (don't know about WinMe), while it's easy to get on NT/2k/XP. Does
anyone actually use Win9x? *shudder*
>
QueryDosDevice is supposed to work under Win98, dunno about Win95.
Dylan