Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
Tags
- flutter
- PyQt5
- MySQL
- tensorflow
- sqlite
- urllib
- javascript
- Linux
- 라즈베리파이
- PER
- mssql
- 함수
- 맛집
- ubuntu
- swift
- Unity
- 리눅스
- pandas
- 다이어트
- IOS
- Excel
- GIT
- port
- python
- 유니티
- 날짜
- ASP
- MS-SQL
- PyQt
- node.js
Archives
아미(아름다운미소)
python 파일 복사 본문
python file copy
import shutil
shutil.copy2('/src/dir/file.ext', '/dst/dir/newname.ext')
shutil.copy2('/src/file.ext', '/dst/dir')
'랭귀지 > python' 카테고리의 다른 글
| python json 송수신 (0) | 2018.11.24 |
|---|---|
| [python] pyqt5 QTableWidget (0) | 2018.11.23 |
| [python]print를 로그파일로 생성하기 (0) | 2018.11.18 |
| [PYTHON] exit 함수 : 프로그램 종료하기 (0) | 2018.11.17 |
| pyQt5 QLineEdit 패스워드설정 (0) | 2018.11.16 |
Comments