mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 10:00:51 +00:00
More path handling tweaks.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21860 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ebfe03cf3
commit
8ba0f9a906
6 changed files with 35 additions and 35 deletions
|
@ -29,10 +29,10 @@
|
|||
<section>
|
||||
<heading>Path handling</heading>
|
||||
<p>The rules for path handling depend on the value in the
|
||||
<code>GSPathHandling</code> user default and, to some extent,
|
||||
on the platform on which the program mis running.<br />
|
||||
The understood values of GSPathHandling are <em>unix</em>
|
||||
and <em>windows</em>. If GSPathHandling is any other value
|
||||
<code>GNUSTEP_PATH_HANDLING</code> environment variable and,
|
||||
to some extent, on the platform on which the program is running.<br />
|
||||
The understood values of GNUSTEP_PATH_HANDLING are <em>unix</em>
|
||||
and <em>windows</em>. If GNUSTEP_PATH_HANDLING is any other value
|
||||
(or has not been set), GNUstep interprets this as meaning
|
||||
it should try to <em>do-the-right-thing</em><br />
|
||||
In the default mode of operation the system is very tolerant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue