mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
448b62767d
commit
8f0bd54874
3 changed files with 37 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue