October 18, 2018 Path.GetDirectoryName for D? | ||||
---|---|---|---|---|
| ||||
Are there a function like C#'s Path.GetDirectoryName() (https://docs.microsoft.com/en-us/dotnet/api/system.io.path.getdirectoryname?redirectedfrom=MSDN&view=netframework-4.7.2#System_IO_Path_GetDirectoryName_System_String_) in D standard library or some dub package? just checking if there's one, so that I don't reinvente the wheel... |
October 18, 2018 Re: Path.GetDirectoryName for D? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dr.No | On Thursday, 18 October 2018 at 19:54:59 UTC, Dr.No wrote: > Are there a function like C#'s Path.GetDirectoryName() Looks the same as "dirName" from "import std.path" http://dpldocs.info/experimental-docs/std.path.dirName.1.html |
Copyright © 1999-2021 by the D Language Foundation