workingDirectory

abstract var workingDirectory: String

Working directory

Specifies the current-working-directory to apply when the file-system is initialized. This is typically set to the root path (/).

This setting can be set as a property, or as a builder method.

See also

for the builder-method equivalent.