CBFS FUSE 2020 Node.js Edition

Questions / Feedback?

Destroy Event

Fires on filesystem exit.

Syntax

fuse.on('Destroy', [callback])

Callback

The 'callback' is called when the 'Destroy' event is emited.

function(e){ }

The argument 'e' has the following properties:










Remarks

This event fires when the filesystem is shut down.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS FUSE 2020 Node.js Edition - Version 20.0 [Build 8165]