How can I find the location of archives saved by sololean app in my android phone? For example an archive .txt created by ruby. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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+")

10th Aug 2023, 9:51 PM
juan
juan - avatar
2 Answers
+ 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.
10th Aug 2023, 9:53 PM
Lisa
Lisa - avatar
+ 1
Thank you Lisa! on a server
10th Aug 2023, 10:24 PM
juan
juan - avatar