I downloaded this .aia from the Community. It works well, but I have two questions.
- How can I delete the files created in the path shown by the app?
- Is it possible to download the recording to a file on my phone?
Thanks
I downloaded this .aia from the Community. It works well, but I have two questions.
Use the Delete method from the file component
The file was stored inside your app in ASD - application specific storage
See also Some basics on Android storage system
To copy it to shared storage use the Copy method from the file component
Taifun
There may be issues accessing the file due to the long lived bug of saving to the "My Documents" folder (it has a space in it which AI2 does not like)