Saves modified users to the current active users file (.usr).
Object.Save()
The Save method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AUsers |
AUsers object |
When any of properties of the AUsers object or any of its AUser objects were modified, then this method must be called to save any changes.
The following example will save the modified users to the (.usr) file:
users.Save()