sorry about that... the site is a bit anarchic...
the downloads are now available...
remember they are in mac hypercard format still...
unfortunately, i have to fly to london tomorow
for a professional unforseen chance to click
3 times "ok" and pull down 3 menus... because
someone wants to cover their ass!
<< so i'll be short - i thought >> (ed.)
great weekend in perspective too! i missed a "free" deep purple
concert cause i got to wake up at 4AM to catch a plane but
you got your files, i fixed the xos downloads page! i'll check
the rest later maybe on sunday if im back...
the script... you should find enough materials in the following
stacks...
look in the stack scripts...
be warned that they will give trouble to MC's script syntax
checker... but that's a quick 10 minutes fix for all the stacks...
lest them work is another but i've had pleasant surprises...
Note: i've only tried to convert them to MC from a Mac...
it worked that way for me... i wouldn't try direct on Win...
home* - look at the card script of the preferences card
paths cards "stacks", "applications" and stack script
managers/files - functions premade!
Masters/Rinadis - GetDir is the best
come to think of it, in the xtraagents.sit file there
is the stack compaquer, that does that... xos is open
source so if you find improvements, their welcome!
in brief remember for MC that you have to choose scripts for platforms
so here's the pc version too. unix should be a simple ls apath statement
i think (Scott?)
on answerListfolders adir
answer folder "Please choose a folder to recurse"
if it is "" then exit answerListFolders
answer ListFolder(it)
end answerListFolders
function ListFolder apath,recurse
if the platform contains "win" then
return shell("pushd apath\ntree apath") -- is the \n correct for pcs?
or
return shell("pushd apath\ndir apath /whatever\npopd") -- is the \n
correct for pcs?
else
-- there's an osax Jon's OSAX that does it on the mac through
applescripts...
or with GetDir from Rinaldi (i think but Jon's got also a folder lister
that might...)
return GetDir(subpath,"FD+","o=p")
end if
end ListFolder
all options are free or almost...
why rewrite the wheel? ;)
have a good weekend!
Xavier
--
what's this? friday the thirteen or something?
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Rossi
> Sent: Friday, October 13, 2000 7:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Recursive Search?
>
>
> Recently, [EMAIL PROTECTED] wrote:
>
> > XOS has this to find it's files should they move
> > but it's on a mac using the external GetDir from Rinaldi
> >
> > i wont be able to pass it out soon though. You can download it at
> > www.monsieurx.com (follow xos)
> > The scripts are in the paths manager stack in the card name
> "stack" or maybe
> > the stack script.
>
> Thanks Xavier. When I try to access
>
> http://www.monsieurx.com/xos/stacks/Basics.sit
>
> I get a file not found error. Where should I look for the paths manager
> stack?
>
> Thanks & Regards,
>
> Scott
>
> _____________________________________________________________________
> Scott Rossi Tactile Media - Multimedia & Design
> Creative Director Email: [EMAIL PROTECTED]
> Web: www.tactilemedia.com
>