Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. my_dir = '/var/www/localhost/web/obrezkyCviku' # enter the dir name
  2. for fname in os.listdir(my_dir):
  3. if fname.startswith("Máš"):
  4. os.remove(os.path.join(my_dir, fname))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement