os

Module to interact with the operating system

  • For cross platform compatability, use os.pardir instead of '..'.

os.path.abspath(os.path.join(os.path.dirname( __file__ ), '..', 'templates'))

Last updated