getStoragePath
Description
Input / Parameter
Name
Description
Input Type
Default
Options
Required
Output
Description
Output Type
Callback
Example
Steps
Result
Last updated
Retrieves the native storage path.
type
The storage path of directories.
Text
cache
cache, data, external, external data, external cache
Yes
The storage path string.
String
N/A
In this example, we will show on the console the file path of a user device cache storage.
Drag a button component to a page in the mobile designer, select the event press and drag the Log.write function to the event flow and change the value parameter type to input. drag the File.getStoragePath function to the subflow and fill in the type parameter with cache value.

Open the installed app on a device with a debugger on and try to press the button.
User should be able to see the cache file path on the console.
Last updated