> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/programming/python/modules/os.md).

# os

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

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