We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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?
The text was updated successfully, but these errors were encountered: