JCL Help:Win32BackupFile
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: Win32BackupFile
Search in JCL Help
Search in all projects
Summary
Backup file by creating a copy of the file with a backup file extension (*.~*).
Parameters
Parameters | Description |
FileName | The name of the file to backup. |
Move | If set to True, the original file is renamed to the backup file. Default is False. |
Return Value
True on success, False otherwise. If the function fails, call GetLastError to to get extended error information, or RaiseLastOSError to pass the information on to the user.
Description
Backup file by creating a copy of the file with a backup file extension (*.~*).
See Also
About
Donator
Jean-Fabien Connault
Notes
Obsolete. Use FileBackup instead.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page