[SOLVED] Delete multiple files
Published: Dec 3, 2018 - 3:02 PM
Hello community!
I'm trying to delete multiple files based on their extension using the "remove_file" function, and I was wondering if it's possible to use a wildcard character like this:
Thank you in advance for your reply 
I'm trying to delete multiple files based on their extension using the "remove_file" function, and I was wondering if it's possible to use a wildcard character like this:
Code: Select all
remove_file(r'C:\Users\Public\Desktop\*.lnk')