Method Fuse.Operations()->release()

class Fuse.Operations

Method release

int release(string path, mixed|void open_handle)

Description

The inverse of open() and creat().

Note

The file might very well be openend multiple times. Keep reference counts or use the open_handle to keep track.

See also

open(), creat()