I'm learning python still, and I want to open a file...I found os.startfile, but this creates a new window every time I want to open a file. How do I hide this window?
I'm sure there is another way instead of os.startfile that actually does this...any ideas?
Also, I'm trying to download one of the attachments in this weird format, any ideas? The file is originally a msg file.
Thanks! :D