PosixPath.opCast

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

struct PosixPath
version(Posix)
opCast
const
(
To : std.file.DirEntry
)
(
)

Examples

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

Meta