WindowsPath.opCast

Overload conversion to for Path => std.file.DirEntry.

struct WindowsPath
version(Windows)
const
opCast
(
To : std.file.DirEntry
)
()

Examples

auto d = cwd().to!(std.file.DirEntry);

Meta