FSDir.this

Construct an FSDir.

class FSDir
@safe
this
(
string name
,,
Flag!"writable" writable = Yes.writable
)

Parameters

physicalPath string

Path of the directory in the physical filesystem.

writable Flag!"writable"

Is this directory _writable? FSDir can't determine whether you have permission to write in a directory - you must specify this explicitly.

Meta