VFSFile.output

Open the file and get writing access. Must not already be open.

class VFSFile
final @property
output
(
Flag!"append" append = No.append
)

Return Value

VFSFileOutput providing output access to the file.

Throws

VFSIOException if the file is not writable or is already open.

Meta