> People, is it possible to
> in lingo
> search a folder using fILE io and using the returned path....
> import all the JPG files into a new cast
Yes and no.
For folder operations, FileXtra3 will suit your purposes better.
www.kblab.net/xtras/
It has methods, such as fx_FolderToList, which might be useful.
Figuring if the returned files are JPEGs is as simple as testing the
filename, with something like the "contains" operator, for ".jpg"
Having done that, new(#bitmap, castLib "whatEver") and "importFileInto"
could help.
One thing you *can't* do is create a new castLib with Lingo.
HTH,
-Sean.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]