-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels