[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: Deleting Files



Reply to note from "J. R. Fox"  Fri, 23 Apr 2004
17:03:01 -0800

> I suspect it's not the only way, but this has to be doable from
> an XPL routine . . . although maybe just limited to the
> current directory.

U2 frame SWEEP executes commands recursively through the current dir
and all subdirectories. See the Help frame (HELP SWEEP).

To delete all files (current dir and all subdirs):

SWEEP DOS/NV/Z /C DEL *.*

Obviously, think twice or thrice before issuing this command.

--
Carl Distefano
cld@xxxxxxxx