os.path.abspath(), current files directory path

The current files directory path:

 print( "%s" % os.path.abspath(__file__))