www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Path.GetDirectoryName for D?

reply Dr.No <jckj33 gmail.com> writes:

(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
parent Adam D. Ruppe <destructionator gmail.com> writes:
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