FingerIndexer.fromFile Method

Module: FingerIndexer

Definition

Imports the finger indexer object from a file.

@staticmethod
from_file(path: str) -> FingerIndexer

Parameters

path str
in Path to the file to import the finger indexer object from.

Returns

The newly created finger indexer.

Exceptions

An error has occurred during Finger Library execution.
static FingerIndexer fromFile(String? path)

Parameters

path String
in Path to the file to import the finger indexer object from.

Returns

The newly created finger indexer.

Exceptions

An error has occurred during Finger Library execution.
public static FingerIndexer FromFile(string path)

Parameters

path string
in Path to the file to import the finger indexer object from.

Returns

The newly created finger indexer.

Exceptions

An error has occurred during Finger Library execution.
public static FingerIndexer fromFile(String path) throws FingerException

Parameters

path String
in Path to the file to import the finger indexer object from.

Returns

The newly created finger indexer.

Exceptions

An error has occurred during Finger Library execution.
public static func fromFile(path: String) throws -> FingerIndexer

Parameters

path String
in Path to the file to import the finger indexer object from.

Returns

The newly created finger indexer.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerIndexer_FromFile (
    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 import the finger indexer object from.

Returns

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