Module vibe.inet.path
Contains routines for high level path handling.
Functions
Name | Description |
---|---|
joinPath
|
Joins two path strings. subpath must be relative.
|
relativeTo
|
Computes the relative path from base_path to this path .
|
relativeToWeb
|
Computes the relative path to this path from base_path using web path rules.
|
splitPath
|
Splits up a path string into its elements/folders
|
Structs
Name | Description |
---|---|
Path
|
Represents an absolute or relative file system path.
|
PathEntry
|
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.