Folder
Tạo thư mục
Ví dụ:
import os
os.mkdir('test')Xóa thư mục
Ví dụ:
import os
os.rmdir('test')Đọc thư mục
Ví dụ:
import os
allfiles = os.listdir('/root/downloads')
print allfilesFollower me
Last updated