Creating a folder using get specialFolderPath
charles61
cszasz at mac.com
Mon Aug 9 12:08:08 EDT 2010
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.
More information about the use-livecode
mailing list