comp.lang.ada
 help / color / mirror / Atom feed
From: brbarkstrom@gmail.com
Subject: Re: Caveats when switching Ada projects from windows To Linux
Date: Thu, 5 Feb 2015 12:14:11 -0800 (PST)
Date: 2015-02-05T12:14:11-08:00	[thread overview]
Message-ID: <a7603479-bbfe-43bd-bcdc-9b787128224e@googlegroups.com> (raw)
In-Reply-To: <zDbAw.900165$Lq6.625193@fx29.iad>

> > The '/' vs '\' is a non-issue.

as long as you're running in windows.

You have to be careful in Linux, which only deals with `/` .

Note also if you start to look for a file with a name that starts with `/`,
like `/foo`, then the file system will look for a directory `foo' in the
root directory.  If you ask for the file `foo', that's a relative location
and will probably be in the current directory (depending on where you've set
your current directory).

In addition, if you're aiming to use AWS in Windows, you'll be working with
interfaces that use POSIX, which I believe requires the Unix slash convention.

Bruce B.

      reply	other threads:[~2015-02-05 20:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-01  2:31 Caveats when switching Ada projects from windows To Linux Hubert
2015-02-01  9:18 ` Dirk Heinrichs
2015-02-01 16:02   ` brbarkstrom
2015-02-02  1:06     ` Hubert
2015-02-02  2:26       ` David Botton
2015-02-02  3:12         ` Hubert
2015-02-02 13:53           ` brbarkstrom
2015-02-01 15:21 ` Bob Duff
2015-02-02  1:11   ` Hubert
2015-02-03 20:01 ` Shark8
2015-02-03 22:06   ` Hubert
2015-02-05 20:14     ` brbarkstrom [this message]
replies disabled

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