dirName - multiple declarations

Function dirName

Like std.path.dirName, but operates on Path.

Prototype

Path dirName(
  Path path
);

Alias dirName

Alias of same-named function from std.path

Declaration

alias dirName() = std.path.dirName;

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng