Weird std.path API?

Andrey Zherikov andrey.zherikov at gmail.com
Sun Jul 7 14:41:31 UTC 2024


Seems different functions in std.path do not work together:
```d
import std.path;

// Error: no property `asNormaliedPath` for 
`dirName("/sandbox/onlineapp.d")` of type `string`
auto p = __FILE_FULL_PATH__.dirName.asNormaliedPath;
```

Is this known thing or I'm doing something wrong?


More information about the Digitalmars-d-learn mailing list