dirName - multiple declarations

Function dirName

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

Path dirName (
  Path path
);

Alias dirName

Alias of same-named function from std.path

alias dirName = std.path.dirName;