dxx ~master (2018-08-15T02:01:19Z)
Dub
Repo
relativePath
scriptlike
path
wrappers
Like $(FULL_STD_PATH relativePath), but operates on Path.
Path
relativePath
(
Path
path
,
lazy
string
base
=
getcwd
())
Path
relativePath
(
Path
path
,
Path
base
)
Path
relativePath
(
CaseSensitive
cs
=
CaseSensitive.osDefault
)
(
Path
path
,
Path
base
)
Meta
Source
See Implementation
scriptlike
path
wrappers
aliases
baseName
functions
absolutePath
defaultExtension
dirName
driveName
expandTilde
extension
filenameCmp
globMatch
isAbsolute
isRooted
isValidFilename
isValidPath
pathSplitter
relativePath
rootName
setExtension
stripDrive
stripExtension
Like $(FULL_STD_PATH relativePath), but operates on Path.