Skip to content

Instantly share code, notes, and snippets.

@curtwagner1984
Created December 22, 2021 07:42
Show Gist options
  • Select an option

  • Save curtwagner1984/23859e587723245a29fee409a66b9765 to your computer and use it in GitHub Desktop.

Select an option

Save curtwagner1984/23859e587723245a29fee409a66b9765 to your computer and use it in GitHub Desktop.
from pathlib import Path
if __name__ == '__main__':
print(f"Absolute path to *this* file is {Path(__file__).resolve()}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment