Python public recipes
This returns the absolute path of the current file.
Shortcut: file.path.absolute
import os
os.path.abspath(path)
This returns the absolute path of the current file.
Shortcut: file.path.absolute
import os
os.path.abspath(path)