My code is:
Code: Select all
   if the environment is "development" then 
      open file specialFolderPath("Desktop") & tSectionName for read
      read from file specialFolderPath("Desktop") & tSectionName until EOF
   else if the environment is "mobile" then
      open file specialFolderPath("engine") & tSectionName for read
      read from file specialFolderPath("engine") & tSectionName until EOF
   end ifI have tried Add Folder... and Add File... but my files are not being read.
Incidentally I cannot get Copy Referenced Files unchecked.
I did have this working a few months ago when I last was working on this project but can't understand what is now preventing it from working. This may be due to some change that I've introduced in the last day or two, but I would be very grateful if someone could remind me of what I should be doing to get my files read.
 
 
