RE: Documents conversion
RE: Documents conversion
- Subject: RE: Documents conversion
- From: Mattias Jonsson <email@hidden>
- Date: Wed, 19 Dec 2001 10:58:46 +0100
>
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 ?
>
>
No examples, sorry. But I noticed a thing in the OSAXen "Jon's Commands".
There's a little thingy called "walk folders".
walk folders: Execute a script on each file in a folder subtree.
walk folders a list of file specification -- The folders to walk through.
with script script -- The script object to send the open message
to.
[using folders boolean] -- Whether to use folders (default is
false).
[using files boolean] -- Whether to use files (default is true).
[only using files of type string] -- The type(s) of files to
operate on.
[invisibles boolean] -- Whether to use invisible files (default is
true).
It might do what you want.
I'm sure that someone on the list can give you a good example as well.
/Mattias Jonsson
Framkom AB