DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to get the realpath with python
import
os
print
(
"real path of file "
,
filename
,
" is "
,
str
(
os
.
path
.
realpath
(
filename
)
)
)
PREVIOUS
NEXT
Tagged:
#realpath
#python
ADD COMMENT
Topic
COMMENT
Name
8+8 =
Submit