FingerIndexer.fromFile Method¶
Module: FingerIndexer
Definition¶
Imports the finger indexer object from a file.
@staticmethod
from_file(path: str) -> FingerIndexer
Parameters
path
strin 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
Stringin 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
stringin 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
Stringin 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
Stringin 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_INDEXERin Handle to the FingerIndexer object.path
const char *in Path to the file to import the finger indexer object from.
Returns