updf_commitΒΆ

If a root storage is given the changes are written to disk.

bool = updf_commit(stg)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

stg

stg is a storage object (see updf_create_file, updf_open_file, updf_create_storage).

Example

See updf_revert.

History

Version Description
5.6.0 New

id-946758