CBFS Storage 2020 Delphi Edition

Questions / Feedback?

UnmountOnTermination Property

Whether the virtual drive should be unmounted if the application terminates. (Windows only).

Syntax

property UnmountOnTermination: Boolean read get_UnmountOnTermination write set_UnmountOnTermination;

Default Value

true

Remarks

This property specifies whether the CBFS Storage driver should automatically unmount the virtual drive (closing all handles and other resources associated with it) if the application terminates.

If this property is disabled, applications may need to call the ForceUnmount method after a crash (if there was a file-based vault open and mounted as a virtual drive when the crash occurred).

Note: This property cannot be disabled on non-Windows platforms.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Delphi Edition - Version 20.0 [Build 8031]