FingerTemplate.toFile Method

Module: FingerTemplate

Definition

Exports the finger template 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 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 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 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 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 object to.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplate_ToFile (
    ID3_FINGER_TEMPLATE hFingerTemplate,
    id3FingerTemplateFormat eFormat,
    const char * path)

Parameters

hFingerTemplate ID3_FINGER_TEMPLATE
in Handle to the FingerTemplate 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 object to.

Returns

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