<기능>
os.starfile(path) : path에 있는 경로로 파일 열기
<결론>
상대 경로 사용 불가능
절대 경로로 지정해야 파일을 직접 열 수 있다
참고
https://velog.io/@djung/%ED%95%A8%EC%88%98os.system-os.startfile
'Python' 카테고리의 다른 글
[Python] module 사용 종합 버전(json, os, dict, shutil, string) (0) | 2023.07.27 |
---|