DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python open file same folder
import
os
with
open
(
os
.
path
.
join
(
sys
.
path
[
0
]
,
"my_file.txt"
)
,
"r"
)
as
f
:
print
(
f
.
read
(
)
)
PREVIOUS
NEXT
Tagged:
#python
#open
#file
#folder
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit