JCL Help:TSHRenameOption

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration used by SHRenameFile to specify the rename options.


Pascal

 public TSHRenameOption = (
roSilent,
roRenameOnCollision
);
TSHRenameOptions = set of TSHRenameOption;


Members

Members Description
roSilent Perform the operation without any user interface feedback, including errors.
roRenameOnCollision If renaming causes a naming conflict (ie the file already exists) then automatically rename the destination file. This will usually result in a name like 'Copy of ...'. If not specified the renaming fails in case of a conflict.


Description

Enumeration used by SHRenameFile to specify the rename options.


See Also

SHRenameFile


About

Unit

JclShell


Navigation

no pages or subcategories

Donator

Marcel van Brakel


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