From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c72b93d85d765332 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-10 16:58:07 PST Path: archiver1.sj.google.com!news2.google.com!newsfeed.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Fraser Wilson Newsgroups: comp.lang.ada Subject: Re: Ada and Hardware Date: 10 May 2001 16:58:03 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: Sender: fraser@slider References: <3AFACEC7.C2E67357@icn.siemens.de> <1BFK6.19477$9j1.4714444@typhoon.ne.mediaone.net> X-Newsreader: Gnus v5.5/XEmacs 20.4 - "Emerald" X-Complaints-To: newsabuse@supernews.com Xref: archiver1.sj.google.com comp.lang.ada:7369 Date: 2001-05-10T16:58:03-07:00 List-Id: "Jeff Creem" writes: > "Ted Dennison" wrote in message > news:JLCK6.91$j65.11856@www.newsranger.com... > > In article <3AFACEC7.C2E67357@icn.siemens.de>, Alfred Hilscher says... > > > > > >"You can use the CreateFile function to open a disk drive or a partition > > .. > > >\\.\A: Obtains a handle to drive A on the user's computer. > > >\\.\C: Obtains a handle to drive C on the user's computer." > > > > Interesting. One has to wonder if this would work with the standard Ada IO > > operations (eg: Ada.Streams.Stream_IO)... > > > > I just had to know to. It looks like it does not work. Is it possible that the documentation assumes that back slashes are escaped? Though I can't imagine what "\A" means in that case. Fraser.