How can I delete files less than 100 bytes from the folder?

@oscar.o

This filters on .shp …instead remove the filter there and use a if activity in which you will check the extension.

Currentfile.extension should give it … {"shp","bdf"}.Any(function(c) currentfile.Extension.Contains(c)) and in then condition deete it.you can add all extensions

Cheers

1 Like