FSDir.this

Construct an FSDir.

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

Parameters

physicalPath
Type: string

Path of the directory in the physical filesystem.

writable
Type: 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