Re: lingo-l How to wait for a callback....

2005-03-11 Thread Cole Tierney
At 6:27 PM -0800 3/10/05, Lars Liden wrote: FYI - there is an easy work around (at least for the flash XML component.) If you use the .load method it doesn't block so you have to use the callback. Instead, load the XML file into a text string then just parse if with the flash component (which

lingo-l testing for file and folders

2005-03-11 Thread nik crosina
Hi, I am looking for a method to test whether the item at the end of a path (e.g. the movie path this_one is a file or a folder. I am looking up a folder structure and have to selectively copy folders and files from it. Using FileXtra and recursive scripting gets me as far as creating the

Re: lingo-l testing for file and folders

2005-03-11 Thread Duck
Friday, March 11, 2005, 3:03:30 PM, nik wrote: nc I am looking for a method to test whether the item at the end of a path nc (e.g. the movie path this_one is a file or a folder. Use buddy api. baFileExists baFolderExists I think you can use 2 commands from buddyapi for free.

Re: lingo-l testing for file and folders

2005-03-11 Thread Cole Tierney
At 3:03 PM + 3/11/05, nik crosina wrote: I am looking for a method to test whether the item at the end of a path (e.g. the movie path this_one is a file or a folder. BuddyAPI can help out here. Check out: * baFileExists string Filename -- returns 1 if Filename exists * baFolderExists string