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