digitalmars.D.learn - Path.GetDirectoryName for D?
- Dr.No (4/4) Oct 18 2018 Are there a function like C#'s Path.GetDirectoryName()
- Adam D. Ruppe (3/4) Oct 18 2018 Looks the same as "dirName" from "import std.path"
(https://docs.microsoft.com/en-us/dotnet/api/system.io.path.getdirectoryname?redirectedfrom=MSDN&view=netframework-4.7.2#System_IO_Path_GetDirectory ame_System_String_) in D standard library or some dub package? just checking if there's one, so that I don't reinvente the wheel...
Oct 18 2018
On Thursday, 18 October 2018 at 19:54:59 UTC, Dr.No wrote:Looks the same as "dirName" from "import std.path" http://dpldocs.info/experimental-docs/std.path.dirName.1.html
Oct 18 2018