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,87bfce9a842f2bf2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-07 13:20:01 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!nntp.theplanet.net!inewsm1.nntp.theplanet.net!easynet-monga!easynet.net!feed.news.tiscali.de!news.belwue.de!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Q:Most reasonable OS Layer Access? Date: Wed, 7 Jan 2004 21:19:35 +0000 (UTC) Organization: BT Openworld Message-ID: References: NNTP-Posting-Host: host81-129-104-167.in-addr.btopenworld.com X-Trace: titan.btinternet.com 1073510375 8197 81.129.104.167 (7 Jan 2004 21:19:35 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 7 Jan 2004 21:19:35 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:4187 Date: 2004-01-07T21:19:35+00:00 List-Id: "Michael Erdmann" wrote in message news:pan.2004.01.07.05.29.05.529123@snafu.de... > Dear all, > > i need to create/delete directories, stop processes etc > from Ada 95. I am wondering what the most reasonable way > is to do such things (e.g. using florist or is there something > simpler available)? If Win32 based then you could try Ada0Y.Directories from my web page @ http://www.martin.dowie.btinternet.co.uk/. This is an implementation of the proposal for Ada0Y (AI-248, see http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-00248.TXT).