| DRS | |
| Help |
|
Applies to |
DRS (Module: wmDRS.dll) |
|
Group |
DRD |
|
See also |
LOADDRD, WRITEDRDTOFILE |
Writes the current DRD to the specified DRD, DRX or DRZ file (according to given destination file extension) and updates the DRD string if the <RebuildString> parameter is set to 1.
SAVEDRD <VariableName>, <DRDFile>[, <RebuildString>][, <IsCopy>][, <DRDName>]
|
Part |
Description | |
| <VariableName> | Script variable to store operation result in. Will contain 1 if operation successful and 0 if not. | |
| <DRDFile> | Complete DRD, DRX or DRZ filename. | |
| <RebuildString> | 1|0; flag if DRD string should be rebuilt before saving. Default is 1. | |
| <IsCopy> | 0|1; flag if DRD file is a copy of the current DRD or not. If set to 1 the DRDFile property of the DRD object is not updated to point to the new location. Default is 0. | |
| <DRDName> | DRD key. | |
|
| ||