how to get full path of a file using os library code example Example: python get current file location import os os.path.dirname(os.path.abspath(__file__))