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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to specify full directory path in Python - jfelten - 08-03-2021, 12:56 AM
RE: How to specify full directory path in Python - Dougggg - 08-03-2021 03:22 AM
RE: How to specify full directory path in Python - jfelten - 08-03-2021, 11:31 AM
RE: How to specify full directory path in Python - Tim Wessman - 08-03-2021, 12:16 PM
RE: How to specify full directory path in Python - jfelten - 08-22-2021, 04:49 PM
|
User(s) browsing this thread: 1 Guest(s)