get path of backup-file()
This function returns the path to the backup file of a profile job with the number a of profile c.
Parameters
Parameter |
Description |
a |
The profile job number. Note: See also system variable VAR_JOBNR. |
b |
(optional) true if the basis path should be returned. Default: false. Note: If parameter multipleBackupSubDirs is set to false, parameter b has no effect, since the returned paths are identical. If that is the case, it should be considered though which variant is needed, otherwise, there will be unwanted effects if the setting is changed at a later point in time. |
c |
(optional) Name of the profile. Default: <This profile>. |
Examples
Parameter a |
Parameter b |
Parameter c |
Result |
147123 |
true |
|
./datawizard/backup/-776cb03f_18378a8954f_a20.f68fbd61d7e6ed94_-776cb03f_18377b2e96b_-8000 |
147123 |
false |
|
./datawizard/backup/-776cb03f_18378a8954f_a20.f68fbd61d7e6ed94_-776cb03f_18377b2e96b_-8000/150000 |