Skip to content

Instantly share code, notes, and snippets.

View yomusu's full-sized avatar

Yom Matsu yomusu

  • Japan
View GitHub Profile
@yomusu
yomusu / walk.py
Created October 12, 2011 06:02
Pythonのファイル操作
import os
# 現在のディレクトリ
os.getcwd()
# ファイル名連結
os.path.join( "dir", "sub" )