SetFingerprintDir

Specifies the Fingerprint directory of your application.

Syntax

bool SetFingerprintDir(StrParam)

Parameters

A String value that specifies the directory's name and path. Smart parameters are supported. A Drive ID, such as C:\, is optional.

Returns

Always True.

Level

All levels, but usually applied at the Page level.

Details

Sets the Fingerprint directory of your application. This directory contains the application's fingerprints.
Example
SetFingerprintDir("C:\ParentDirectory\Application\Fingerprint")

This action identifies the location and path of an application's Fingerprint directory.