relativePath - multiple declarations
- Function relativePath
- Alias relativePath
Function relativePath
Like std.path.relativePath
, but operates on Path.
Prototypes
Path relativePath(std.path.CaseSensitive cs)( Path path, lazy string base = getcwd() ); Path relativePath(std.path.CaseSensitive cs)( Path path, Path base );
Alias relativePath
Alias of same-named function from std.path
Declaration
alias relativePath() = std. path. relativePath
;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng