This creates a generic view, including by default just file entities and the default columns
(i.e. defaults to a generic fileview).
This is often useful to get ids of files for a large number of nested files by creating a temp fileview
(the alternative is to use walk
, but if the tree structure is not regular it can be messy to parse the output).