I have the following handler that creates a text file (list) on the user's
application support folder on OS X:

 if the platform = "MacOS" then
      get specialFolderPath("home") & specialFolderPath("asup") &"/" &
"list"
      put it into tfilePath
 end if

I tried the following to create a folder in the user's application support
folder that would store the text file (list):

if the platform = "MacOS" then
      get specialFolderPath("home") & specialFolderPath("asup") &"/" &
"Student Report" & "/" & "list"
      put it into tfilePath
 end if

But it does not work? Any suggestions?
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Creating-a-folder-using-get-specialFolderPath-tp2318720p2318720.html
Sent from the Revolution - User mailing list archive at Nabble.com.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to