반응형

python -- 현재 디렉토리 구하기


환경 : python 2.7.9 64bit, windows 7 64bit


참고 : https://docs.python.org/2/library/os.html

       https://docs.python.org/2/library/os.html#files-and-directories



>>> import os

>>> os.getcwd()

'C:\\Python27'




반응형
Posted by 자유프로그램
,