OS로 파일 불러오기

minsing-jin·2023년 10월 27일
0
root_dir = pathlib.PurePath(os.path.dirname(os.path.realpath(__file__))).parent.parent.parent
file_path = os.path.join(root_dir, "resources", "sample_test_document.txt")

이 코드의 의미를 당최 모르겠다. 상대경로를 file_path에 담아야하는데 어떡하노?

네이스한 설명

네이스한 설명

profile
why not? 정신으로 맨땅에 헤딩하고 있는 코린이

0개의 댓글