|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > File > DestroyFile |
This command deletes the file and all the related files like *.GZ, *.TREE, etc.
It also considers any pending Local Checkout Mode files and deletes them as well
call DBWShell("DestroyFile FullFileName")
FullFileName |
the entire (comprehensive of all directories) name of the file to delete. |
call DBWShell( "DestroyFile c:\temp\test.asm" )
if (okDBW = False) then exit sub