Skip to content

Instantly share code, notes, and snippets.

@SEVEZ
Last active September 7, 2017 17:49
Show Gist options
  • Save SEVEZ/5250e25eb13dd38a039d to your computer and use it in GitHub Desktop.
Save SEVEZ/5250e25eb13dd38a039d to your computer and use it in GitHub Desktop.
Open Temp directory #Util
import os
import tempfile
os.startfile( tempfile.gettempdir() )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment