JCL Help:MoveDirectory
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: MoveDirectory Function
Search in JCL Help
Search in all projects
Summary
Moves specified directory to a new directory.
Pascal
function MoveDirectory(ExistingDirectoryName: string; NewDirectoryName: string): Boolean;
Parameters
Parameters | Description |
ExistingDirectoryName: string | Source directory. |
NewDirectoryName: string | Destination directory. |
Description
Move the existing directory to a new directory. If the new directory name already exists then the existing directory is moved inside the new directory. If the new directory name does not exist then the existing directory is moved (renamed) 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