delete icon indicating copy to clipboard operation
delete copied to clipboard

Delete files and folders and any intermediate directories if they exist (sync and async).

Results 1 delete issues
Sort by recently updated
recently updated
newest added

Or use some promise lib or do some workaround. Currently it calls the `glob.sync` method which not make any sense - so, something like async response/method sync operation. With that...