OneDrive_File.list
listname_filterrecursive
Group: Input
Documentation
Lists files contained in the directory denoted by this file.
Arguments
name_filter: A glob pattern that can be used to filter the returned files. If it is not specified, all files are returned.recursive: Specifies whether the returned list of files should include also files from the subdirectories. If set toFalse(the default), only the immediate children of the listed directory are considered.
Returns
- A vector of
OneDrive_Fileobjects representing the files in the directory.
Errors
- Throws
Illegal_Argumentif called on a no-folder.