permission (1) 썸네일형 리스트형 [파이썬] 리눅스에서 디렉토리 퍼미션 (권한) 체크 os.access('/path/to/folder', os.W_OK) # W_OK is for writing, R_OK for reading, etc. stackoverflow.com/questions/2113427/determining-whether-a-directory-is-writeable Determining Whether a Directory is Writeable What would be the best way in Python to determine whether a directory is writeable for the user executing the script? Since this will likely involve using the os module I should mention I'.. 이전 1 다음