Re: Tool for deleting all files except specific file extension?
de Steven Burn 06/11/2006 10:19
"John Hood" <JohnHood@wi.rr.com> wrote in message
news:Ru_ig.26370$GM.23859@tornado.rdc-kc.rr.com...
> Al Klein wrote:
>
> >On Tue, 6 Jun 2006 23:44:19 +0100, "Steven Burn"
> ><somewhere@in-time.invalid> wrote:
> >
> >
> >
> >>leave blank to delete all" & vbCrLf & vbCrLf & "NOTE: Files deleted via
this
> >>script will only be recoverable using recovery programs such as
> >>Restoration")
> >>
> >>
> >
> >I don't know whether VBScript can do it, but FSO can be told to use
> >the Recycle bin.
> >
> >
> Sorry, FSO?
>
> Vas ist?
FSO = FileSystemObject
Part of the MS Windows Scripting Runtime (WSR) and is encompassed in the
scrrun.dll AX (ActiveX) file. Tis used for file/folder creation, deletion
and manipulation. Though most app's will use the API's (Application
Programming Interface) to do this, VBScript cannot, so uses the FSO instead.