PosixPath.opCast

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

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

Examples

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

Meta