DirEntry.this

Constructs a DirEntry for the given file (or directory).

struct DirEntry
@safe
this
(
return scope string path
)

Parameters

path string

The file (or directory) to get a DirEntry for.

Throws

FileException if the file does not exist.

Meta