FingerIndexer.toFile Method¶
Module: FingerIndexer
Definition¶
Saves the finger indexer object to a file.
to_file(self, path: str) -> None
Parameters
path
strin 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
Stringin 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
stringin 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
Stringin 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
Stringin 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_INDEXERin Handle to the FingerIndexer object.path
const char *in Path to the file to export the finger indexer object to.
Returns