Guest User

Untitled

a guest
Jul 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import os
  2. filepath = r("c:\temp")
  3. os.remove(filePath) # This just removes to recyclebin
  4. os.unlink(filePath) # This removes without recyclebin
Add Comment
Please, Sign In to add comment