memo

2010-11-21

python であるファイルに書き込み可能かどうか調べる

import os

os.access('/path/to/file', os.W_OK)