Search This Blog

Python: Get file absolute path

Use os.path.abspath function:
import os
os.path.abspath('abc/abc.txt')

No comments:

Post a Comment