Last active
September 7, 2017 17:49
-
-
Save SEVEZ/5250e25eb13dd38a039d to your computer and use it in GitHub Desktop.
Open Temp directory #Util
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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