> From: Dominique Busso <[EMAIL PROTECTED]>
> Subject: Folders and files
> Date: Wed, 20 Oct 99 09:35:53 +0200
> MIME-Version: 1.0
> Content-Type: text/plain; charset="US-ASCII"
>
>
> Hi all,

Hi Dominique.  I can help with question #1.  Here is what I do.  This script
has the user select the folder.  You can modify it by setting the directory
yourself.  That would make an even smaller script.
>
> I have 2 questions:
>
> 1) What would be the easiest way in MetaCard to retreive the list of
> folders and files in a specific folder?
 --Get folder first
    answer file "Please select a file in the folder you wish to import:"
    put it into tfolder

    --Separate the path
    set itemdel to "/"
    delete last item of tfolder
    set the directory to tfolder

    --Create temporary field to hold names of files
    new field "import folder"
    put the files into field "import folder"

>
> 2) Does anybody know of an "html parser" usable in MetaCard (xcmd?),
> where you input an html page, and you output a structured description of
> the page?

This, I do not know.  Sorry.
>
> Thanks for any clues on these ones!
>
> Dominique Busso
>
> http://www.openmind.fr
> __________________________________________________
> "The REAL technology
>           behind all of our other technologies
>                                   is LANGUAGE."
> Norman Fischer - Wired 7.01
> __________________________________________________
> OpenMind International     Phone: 33 1 45 22 75 00
> 63 Boulevard Malesherbes     Fax: 33 1 45 22 40 68
> 75008 Paris FRANCE         Email: [EMAIL PROTECTED]
> __________________________________________________

-Mark Talluto
------------------------------
KIDware Technologies
Education Software Developers
[EMAIL PROTECTED]
http://www.kidwaretech.com

Reply via email to