Folder File 탐색
https://hleecaster.com/python-pathlib/
https://onesixx.com/import-path/

os.path.join() 경로만들기
Python
os.getcwd() 현재 위치 (cf. pwd)
Python
os.chdir() 현재위치 변경
Python
os.listdir() 현재폴더내의 folder&file
Python
os.walk()
Python
os.walk() : full path
Python
os.path.splitext() 파일의 확장자
Python
Python
Python
example
Python