DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
getting the file path of a file object in python
>>> import os >>> f = open('file.txt') >>> os.path.realpath(f.name)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#file
#path
#file
#object
#python
ADD COMMENT
Topic
COMMENT
Name
9+1 =
Submit