Post Reply 
How to specify full directory path in Python
08-03-2021, 03:22 AM (This post was last modified: 08-03-2021 03:26 AM by Dougggg.)
Post: #2
RE: How to specify full directory path in Python
Reading from the file section of the python app I was able to use

with open("test.txt",'r',encoding = 'utf-8') as f:

and

with open("test.txt",'w',encoding = 'utf-8') as f:

wrote the file to the file section of the app

looks like the main.py is stored there to some maybe if you add "Files" to the path
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to specify full directory path in Python - Dougggg - 08-03-2021 03:22 AM



User(s) browsing this thread: 1 Guest(s)