Getting URL to Work in specialFolderDocuments
Sannyasin Brahmanathaswami
brahma at hindu.org
Fri Oct 2 13:59:37 EDT 2020
on dataServerStack
local tHttpsServerRoot,tLocalDocumentsStories
put "https://dev.himalayanacademy.com/media/stories/" --into tHttpsServerRoot
put specialFolderPath("Documents") & "/SivaSivaApp/media/stories/" into tLocalDocumentsStories
put URL (tHttpsServerRoot & sStoryTitle & "/" & sStoryTitle & ".livecode") into tLocalDocumentsStories & sStoryTitle & "/" & sStoryTitle & ".livecode"
end dataServerStack
it goes badly to documents folder,
?
BR
More information about the use-livecode
mailing list