Antwort auf: Documents-Folder in Android

Startseite Foren Deutsches LiveCode-Forum Documents-Folder in Android Antwort auf: Documents-Folder in Android

#9192
Klaus Major
Administrator

    Hi Torsten,

    1. wenn LC dafür keinen „specialfolderpath()“ anbietet, hast Du leider schlechte Karten.
    2. Hast Du das schon mit launch url(…) versucht?

    put specialfolderpath(„documents“) & „/deine_datei.yo“ into tFile
    launch url(„file://“ & urlencode(tFile))

    Bitte beachten: (Dictionary über launch url)

    Important: Mobile: Successfully launching a url will cause another application to open and the requesting application to be quit. The application will receive a shutdown message before this happens.

    Gruß

    Klaus