current directory = working directory = [[파이썬,Python]]에서 현재 디렉터리 / 작업 디렉터리 = 를 얻는 방법 {{{ import os os.getcwd() }}} 를 바꾸는 방법 {{{ os.chdir("/some/directory") }}} ---- Up: [[Source_code_snippets]] [[디렉터리,directory]] ---- RENAMETHISPAGE (t가 세개)