JCL Help:CopyDirectory
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CopyDirectory Function
Search in JCL Help
Search in all projects
Summary
Copies specified directory to a new directory.
Pascal
function CopyDirectory(ExistingDirectoryName: string; NewDirectoryName: string): Boolean;
Parameters
Parameters | Description |
ExistingDirectoryName: string | Source directory. |
NewDirectoryName: string | Destination directory. |
Description
Copy the existing directory to a new directory. If the new directory name already exists then the existing directory is copied inside the new directory. If the new directory name does not exist then the existing directory is copied as the new directory.
About
Unit
Donator
Jean-Fabien Connault
Platforms
Windows NT/2000/Vista: Requires Windows NT 3.1 or later. Windows 95/98: Requires Windows 95 or later.
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