Skip to main content

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 to False (the default), only the immediate children of the listed directory are considered.

Returns

  • A vector of OneDrive_File objects representing the files in the directory.

Errors

  • Throws Illegal_Argument if called on a no-folder.