SyntaxFix
Write A Post
Hire A Developer
Questions
In case someone is using python and linux and looking for full path to file:
>>> path=os.popen("readlink -f file").read() >>> print path abs/path/to/file