TABLE OF CONTENTS
::pwtk::outdir_clean
SYNOPSIS
proc ::pwtk::outdir_clean {} {
PURPOSE
Remove all prefix.* files from the outdir.
WARNINGS
This is a very dangerous routine !!!
SOURCE
set outdir [outdir_query] if { $outdir != "" } { dir_clean_ $outdir } }