There should be a method in `libtocc::Manager`, that returns files that does not have any tags. The signature should be as follows: ``` cpp FileInfoCollection get_files_without_tag(); ```
There should be a method in
libtocc::Manager, that returns files that does not have any tags. The signature should be as follows:FileInfoCollection get_files_without_tag();