/ Published in: Python
Expand |
Embed | Plain Text
import os import glob # List os.listdir('c:') # oder glob.glob("c:\\*.txt"): # Delete os.remove('C:\\Temp\\xml') # Copy import shutil shutil.copy(src,dest)
You need to login to post a comment.
