Answers for "absolute path of file python"

2

python get absolute path of file

>>> import os
>>> os.path.abspath("mydir/myfile.txt")
'C:/example/cwd/mydir/myfile.txt'
Posted by: Guest on June-02-2021

Code answers related to "absolute path of file python"

Python Answers by Framework

Browse Popular Code Answers by Language