FingerIndexer.toFile Method

Module: FingerIndexer

Definition

Saves the finger indexer object to a file.

to_file(self, path: str) -> None

Parameters

path str
in Path to the file to export the finger indexer object to.

Exceptions

An error has occurred during Finger Library execution.
void toFile(String? path)

Parameters

path String
in Path to the file to export the finger indexer object to.

Exceptions

An error has occurred during Finger Library execution.
public void ToFile(string path)

Parameters

path string
in Path to the file to export the finger indexer object to.

Exceptions

An error has occurred during Finger Library execution.
public void toFile(String path) throws FingerException

Parameters

path String
in Path to the file to export the finger indexer object to.

Exceptions

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

Parameters

path String
in Path to the file to export the finger indexer object to.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerIndexer_ToFile (
    ID3_FINGER_INDEXER hFingerIndexer,
    const char * path)

Parameters

hFingerIndexer ID3_FINGER_INDEXER
in Handle to the FingerIndexer object.

path const char *
in Path to the file to export the finger indexer object to.

Returns

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