Comment 12 for bug 1657916

Revision history for this message
Michael Bisbjerg (michael-mbwarez) wrote :

Having now checked the source for the b2backend, I can see that the two calls to b2_list_file_names do not contains a filter. And from what I can gather, there is no client-side filtering of the returned list of files.

One method in particular, '_list', seems to just cut down the returned list of filepaths to simply a list of filenames. So any caller would be unable to determine the containing folder for a given file ... is this correct?