ZipFolder.this

Opens an archive from the local filesystem. If the readonly argument is specified as true, then modification of the archive will be explicitly disallowed.

class ZipFolder
this
(
const(char)[] path
,
bool readonly = false
)
out { assert (valid); }

Meta