Manifest.loadFromFile Method

Module: Manifest

Definition

Loads the manifest from file.

load_from_file(self, path: str) -> None

Parameters

path str
in The manifest path.

Exceptions

An error has occurred during Bioseal Library execution.
void loadFromFile(String? path)

Parameters

path String
in The manifest path.

Exceptions

An error has occurred during Bioseal Library execution.
public void LoadFromFile(string path)

Parameters

path string
in The manifest path.

Exceptions

An error has occurred during Bioseal Library execution.
public void loadFromFile(String path) throws BiosealException

Parameters

path String
in The manifest path.

Exceptions

An error has occurred during Bioseal Library execution.
public func loadFromFile(path: String) throws

Parameters

path String
in The manifest path.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealManifest_LoadFromFile (
    ID3_BIOSEAL_MANIFEST hManifest,
    const char * path)

Parameters

in Handle to the Manifest object.

path const char *
in The manifest path.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.