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!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 José Molina
Juan José Molina - avatar
2 Respuestas
+ 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 José Molina
Juan José Molina - avatar