scriptlike ~master (2019-07-15T18:36:56Z)
Home
Dub
Repo
relativePath
scriptlike
path
wrappers
Like $(FULL_STD_PATH relativePath), but operates on Path.
alias
relativePath
()
=
std
.
path
.
relativePath
Path
relativePath
(Path path, string base)
Path
relativePath
(
CaseSensitive
cs
=
CaseSensitive.osDefault
)
(
Path
path
,
lazy
string
base
=
getcwd
()
)
Path
relativePath
(Path path, Path base)
Meta
Source
See Implementation
scriptlike
path
wrappers
aliases
absolutePath
baseName
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.