감동, 마음이 움직이는 것
[python] folder안의 file이름 읽어들이기 본문
Tips (Utility, Computer Language, and etc.)
[python] folder안의 file이름 읽어들이기
Struggler J. 2018. 1. 5. 02:47import fnmatch
flist = fnmatch.filter(os.listdir(dirpath), name)
dirpath에 원하는 폴더의 path를 지정해주면 된다.
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[python] array의 원하는 column 추출하기 (0) | 2018.01.10 |
---|---|
[gnuplot] error for color axis after log scale fitting (0) | 2018.01.05 |
[python] array에서 특정 값을 가지는 위치 반환 np.where(condition) (0) | 2018.01.05 |
[c++] count # of row and col in data file (0) | 2018.01.04 |
[gnuplot] use single colorbar in multiplot (0) | 2018.01.04 |