FingerTemplateRecord.toFile Method

Module: FingerTemplateRecord

Definition

Exports the finger template record object to a file.

to_file(self, format: FingerTemplateFormat, path: str) -> None

Parameters

in Finger template buffer type to export the finger template object to.

path str
in Path to the file to export the finger template record object to.

Exceptions

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

Parameters

in Finger template buffer type to export the finger template object to.

path String
in Path to the file to export the finger template record object to.

Exceptions

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

Parameters

in Finger template buffer type to export the finger template object to.

path string
in Path to the file to export the finger template record object to.

Exceptions

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

Parameters

in Finger template buffer type to export the finger template object to.

path String
in Path to the file to export the finger template record object to.

Exceptions

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

Parameters

in Finger template buffer type to export the finger template object to.

path String
in Path to the file to export the finger template record object to.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_ToFile (
    ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
    id3FingerTemplateFormat eFormat,
    const char * path)

Parameters

hFingerTemplateRecord ID3_FINGER_TEMPLATE_RECORD
in Handle to the FingerTemplateRecord object.

in Finger template buffer type to export the finger template object to.

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

Returns

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