0
How can I find the location of archives saved by sololean app in my android phone? For example an archive .txt created by ruby.
file = File.new("test.txt", "W+")
2 ответов
+ 7
the text file is stored in a temporary folder on the server and deleted after executing the code. It is not stored on your phone.
+ 1
Thank you Lisa!
on a server