Skip to end of metadata
Go to start of metadata




Folder Structure

Author:  Jerry Chae

This plugin reveals the structure of all folders and files and make an easy-to-view CSV file (text base table). It is useful when an automation scenario deals with a folder which contains many subfolders and files that are dynamically changing. The data from the CSV can be used to efficiently construct the repeat loop.




Need help?

Technical contact to tech@argos-labs.com


May you search all operations,



Required Input

  • Folder Path (the mother folder or root).
  • Number of layers to be recorded in the output text table.


Output/Return Value

  • A CSV will be returned.
    CSV headers are like below (case-sensitive)

    index

    depth

    subfolder

    num_subfolders

    num_files

Headers

      Index                           starts with 1 (integer)

      depth                           indicates how many layers to find folder/file – root is 1

      subfolder                     names of subfolders in “path” format

      num_subfolders          number of subfolders it contains

      num_files                    number of files it contains


How to set parameters


Text from Image








All Plugins