Python
[Python] (Windows) Open Explorer. 탐색기 열기
bryan.oh
2020. 12. 11. 13:37
반응형
path 에는 상대경로도 되고 절대경로도 되네요.
import os
path = os.path.realpath('your path here')
os.startfile(path)
728x90
반응형