본문 바로가기
Python

[Python] (Windows) Open Explorer. 탐색기 열기

by bryan.oh 2020. 12. 11.
반응형

 

path 에는 상대경로도 되고 절대경로도 되네요.

import os
path = os.path.realpath('your path here')
os.startfile(path)

 

 

728x90
반응형

댓글