PROPERTY: FileMask (strValue)
FUNCTION:
Creates the file names which hold the registration data.
CALLING SEQUENCE:
Must be set before calling GetRegistrationInfo, SaveRegistrationInfo,
Register or DeleteRegistration methods.
INPUTS:
A string containing the mask to use to create the file names from. The
string is truncated and/or expanded to 10 characters and is of the form:
F(n) in {!#$%&'()-@[]`_^~, 0...9, A...Z, a...z}
ASC(F(n)) in {33, 35...41, 45, 48...57, 64...91, 93...122, 126}
PROPERTIES SET:
None
INPUT VALUE DATA TYPE:
String
NOTE:
The recommended length of the FileMask value is 10 characters. The
FileMask should be unique. If AppSentinel is used in more than one
of your applications, use a different mask and RegistrySubKey in
each application.
Top