TABLE OF CONTENTS
::pwtk::outdir_backup
SYNOPSIS
proc ::pwtk::outdir_backup {{postfix bck}} {
USAGE
::pwtk::outdir_backup ?POSTFIX?
PURPOSE
Make a backup copy of the 'outdir', i.e.,
file copy -force -- $outdir $outdir.POSTFIX
ARGUMENT
- POSTFIX -- (optional, default = bck) how the backup copy will be name, i.e., $outdir.POSTFIX
RETURN VALUE
- the pathname of the created outdir backup copy
SOURCE
return [xxxdir_backup_ outdir $postfix] }