What is Nostr?
Chris /
npub1zsn…l60n
2024-07-11 10:23:55

Chris on Nostr: Why does: os.getcwd() return 'E:\Documents' but: os.path.join(os.getcwd(), ...

Why does:
os.getcwd() return 'E:\Documents'

but:
os.path.join(os.getcwd(), '\my\path') return 'E:\my\path'??

Even:
os.path.dirname(os.path.abspath(__file__)) returns 'E:\Documents' but does not join properly 🤔

#python
Author Public Key
npub1zsnvhue8yvr3k6guytkluf0xhmwdl5ez7s4875wcgt6e36k3e5hsdel60n