Re: Documents conversion
Re: Documents conversion
- Subject: Re: Documents conversion
- From: macgix <email@hidden>
- Date: Wed, 19 Dec 2001 22:15:46 +0100
Dear Fred
Am Mittwoch den, 19. Dezember 2001, um 20:22, schrieb
email@hidden:
But I don't know how to scan every
sub-folders in the main folder ( 5 or 6
folders inside each other )...
Does anyone have an example to provide ?
Go to "
http://www.dasglaubich.net/" and check for the script
"RecursiveFileTrasher.txt". Open it and replace the
"handleOnFile(theFile)" and the "alternateHandleOnFile(tFile)"-handler
contents with your own stuff and remove all the lines between that say
"delete..."
Saved as an applet it will become a droplet that allows to drop a folder
to be processed or to open one by launching the app,
This crawls through a folder and its subfolders recursively and
processes every file that may be detected within a folder.
Cheers,
Thomas