Hello everyone,
I'm trying to use del to delete some files (and folders) in a folder and keep some others.
I'm passing an array of filenames to be deleted to del:
del([
'filename (1).zip',
'filename2.txt',
'filename (3).odt'
]);
All the files in this folder that have filenames with parentheses, like 'filename (1).zip', are not deleted by del.
Is there anyone there that knows how to solve this problem?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too