More tweaks to isAbsolute

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21023 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-03-31 19:47:41 +00:00
parent 448b62767d
commit 8f0bd54874
3 changed files with 37 additions and 20 deletions

View file

@ -539,9 +539,9 @@ enum {
* Returns NO otherwise.<br />
* An absolute path in unix mode is one which begins
* with a slash or tilde.<br />
* In windows mode a drive specification (eg C:) or a UNC server and share
* (eg //host/share) followed by a slash or backslash, is an absolute path,
* as is any path beginning with a tilde.<br />
* In windows mode a drive specification (eg C:) followed by a slash or
* backslash, is an absolute path, as is any path beginning with a tilde.<br />
* In any mode a UNC path (//host/share...) is always absolute.<br />
* In gnustep path handling mode, the rules are the same as for windows,
* except that a path whose root is a slash denotes an absolute path
* when running on unix and a relative path when running under windows.