Contents

requestedMountOptions

A property that allows the file system to request for specific mount options from FSKit.

Declaration

optional var requestedMountOptions: FSVolume.MountOptions { get set }

Discussion

FSKit reads this value after the volume replies to the mount(options:replyHandler:) call. Changing the returned value during the runtime of the volume has no effect.

See Also

Inspecting optional volume properties