record sound on a Mac

J. Landman Gay jacque at hyperactivesw.com
Fri May 10 14:41:01 EDT 2002


"Ken Norris (dialup)" <pixelbird at interisland.net> wrote:

> 
>> if there is a directory "recordings" then
>> else
>> create directory "recordings"
>> end if
> 
> ----------
> This is in about the middle of your handler. It's apparently missing a line
> of code...The way it is, it looks like it will always try to create
 > another directory with the same name

Actually, the "else" line takes care of that, so there won't be 
duplicate folders. Another way to write the same thing would be

  if there is no directory "recordings"
  then create directory "recordings"


-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list