client icon indicating copy to clipboard operation
client copied to clipboard

Add a helper function for the `DataSet` object to add a whole directory at once

Open guysmoilov opened this issue 3 years ago • 0 comments

The user currently has to manually list all the files in a directory (probably by using something like os.Walk) and add them one by one to the DataSet. This should be a common use case that we can easily make much easier by rolling it into DataSet.add function.

guysmoilov avatar Nov 02 '22 13:11 guysmoilov