Get information about a file or folder at a specified path.

Input Fields

Any additional information that should be known about the input fields, i.e., there is something very different about these input fields relative to other input fields.

  • File or Folder
    • Path (text): a path to the folder or file for which you want to get information; note that the path should start with a leading “/” (e.g. /Shared)

Output Fields

  • File or Folder
    • Name (text): name of the file or folder
    • Is Folder (text): value indicating if the path specified is a file or folder (i.e. “true” for a folder and “false” for a file)
    • Path (text): the path of the file or folder; this will be the same as the input
    • Folder ID (text): if the specified path is a folder, this will be the ID of the folder; otherwise, it will be blank
    • Version ID (text): if the specified path is a file, this will be the ID of the current file; otherwise, it will be blank
    • Uploaded By (text): if the specified path is a file, this will be the username of the user that uploaded the file; otherwise, it will be blank