Programming with Reflection
PasswordMacroFileName property
Syntax |
object.PasswordMacroFileName |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the name and location of the Password Exception macro file used by the WaitForPasswordExceptions method. This macro is used to process incorrect and expired passwords.
The default value is "%CommonInstallFolder%\PasswordException.rma".
The following environment variables are supported:
%UseAppData% |
Typically C:\Documents and Settings\username\Application Data) |
%ProductAbbreviation% |
RHP, RRG, RUO, RSIT |
%InstallFolder% |
Typically C:\Program Files\Attachmate\Reflection |
%CommonInstallFolder% |
Typically C:\Program Files\Common Files\Attachmate |
%PersonalFolder% |
Typically C:\Documents and Settings\username\My Documents |
%UserProfile% |
Typically C:\Documents and Settings\username |
%CommonDocumentsFolder% |
Typically C:\Documents and Settings\All Users\Documents |
%ProgramFilesFolder% |
Typically C:\Program Files |
%ProgramFiles% |
Synonym for %ProgramFilesFolder% |
%UserName% |
The Windows user name without the domain name |