"Ken Norris (dialup)" <[EMAIL PROTECTED]> 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         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to