0
File in internal storage (python)
Hi, I want to access a file in the internal memory of the mobile phone (android), but when I want to access it in w mode, it says there is no file, while w mode creates a file if it does not exist. Example: file = open ("/storage/emulated/0/test.txt" , "w") file.close() Erorr information: Traceback ( most recent call last ) : File " file.py " , line 1 , in < module > file = open ( " ../ Playground / " , " w " ) FileNotFoundError : [ Errno 2 ] No such file or directory : ' ../Playground/ '
1 Resposta
+ 1
Jan Markus thank u man