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 |
Tags
- GIT
- javascript
- 유니티
- 다이어트
- IOS
- swift
- pandas
- mssql
- PyQt
- flutter
- python
- 함수
- 맛집
- urllib
- PyQt5
- 날짜
- Unity
- Excel
- MS-SQL
- port
- tensorflow
- MySQL
- node.js
- 라즈베리파이
- Linux
- sqlite
- ASP
- PER
- 리눅스
- ubuntu
Archives
아미(아름다운미소)
python 파일복사 본문
# 파일복사하기
import shutil shutil.copy(SourceFilePath, DestFilePath)# 폴더를 통째로 복사하기
from distutils.dir_util import copy_tree copy_tree(src_dircetory, dest_directory)
'랭귀지 > python' 카테고리의 다른 글
| python change stereo to mono[pydub] (0) | 2019.07.31 |
|---|---|
| python 폴더 생성하기 (0) | 2019.07.18 |
| df.to_csv시 한글 깨짐 오류 (0) | 2019.06.26 |
| PANDAS 기본 명령어 (0) | 2019.06.25 |
| Anaconda watermark install (0) | 2019.06.11 |
Comments