wipe ( path -- )
Wipe

Next:wipe-all ( directory -- )


Vocabulary
wipe

Inputs
patha pathname string


Outputs
None

Word description
Call either wipe-file if the path is a file, or wipe-all if path is a directory.

Definition