comp.lang.ada
 help / color / mirror / Atom feed
From: Andreas Almroth <andreas@almroth.com>
Subject: Re: Q:Most reasonable OS Layer Access?
Date: Wed, 07 Jan 2004 16:59:32 +0100
Date: 2004-01-07T16:59:32+01:00	[thread overview]
Message-ID: <bthacg$6s5ii$1@ID-198985.news.uni-berlin.de> (raw)
In-Reply-To: <pan.2004.01.07.05.29.05.529123@snafu.de>

Michael Erdmann wrote:
> 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)?
> 

Although Florist would be neat to use, I have found GNAT specific 
packages such as Gnat.OS_Lib and Gnat.Directory_Operations for file and 
directory access quite adequate.
For processes, well, perhaps Gnat.Expect? If not, just import kill, 
spawn (in Gnat.OS_Lib btw) and other functions from the OS library. 
Might be a bit too platform specific compared to Florist, but simpler...

/Andreas




  parent reply	other threads:[~2004-01-07 15:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-07  5:29 Q:Most reasonable OS Layer Access? Michael Erdmann
2004-01-07 13:22 ` Frank J. Lhota
2004-01-07 19:58   ` Michael Erdmann
2004-01-07 15:59 ` Andreas Almroth [this message]
2004-01-07 15:59 ` Andreas Almroth
2004-01-07 21:19 ` Martin Dowie
2004-01-08 18:54 ` Michael Erdmann
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox