DestroyFile

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > File >

DestroyFile

Description

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

Syntax

call DBWShell("DestroyFile FullFileName")

Parameters

FullFileName

the entire (comprehensive of all directories) name of the file to delete.

Example

call DBWShell( "DestroyFile c:\temp\test.asm" )

if (okDBW = False) then exit sub