Resolve against files in the same file system as the base file.
If the supplied name is an absolute path, then it is resolved
relative to the root of the file system that the base file belongs to.
If a relative name is supplied, then it is resolved relative to the base
file.
The path may use any mix of / , \ , or file
system specific separators to separate elements in the path. It may
also contain . and .. elements.
A path is considered absolute if it starts with a separator character,
and relative if it does not.
|