Did something change in 2006? Code that has worked fine for a year now 
mysteriously tells me files/folders don't exist, when they do.

For example:

  // Check for support folders
  f = GetFolderItem("Help")
  f2 = GetFolderItem("icons")
  if f.exists and f2.exists then
//nothing
  else
    Error.STErrorText.text="I expected the 'Help' and 'icons' folders to be in 
the same directory as I am, but they're not here. Please drag them in with me, 
and restart."
    Error.show
    return
  end if

First, the problem only occurs on Windows, and only in IDE remote debug mode. 
If I run the same code as a compiled app, all is fine.

Freaky.

Chris
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to