Weird std.path API?

Anonymouse zorael at gmail.com
Sun Jul 7 14:49:52 UTC 2024


On Sunday, 7 July 2024 at 14:41:31 UTC, Andrey Zherikov wrote:
> ```d
> import std.path;
>
> // Error: no property `asNormaliedPath` for 
> `dirName("/sandbox/onlineapp.d")` of type `string`
> auto p = __FILE_FULL_PATH__.dirName.asNormaliedPath;
> ```

`asNormalizedPath` is misspelled.


More information about the Digitalmars-d-learn mailing list