# edDataFolder

Defines the directory where the edScript outputs its files. The yc-360 script will collect all files from this folder and transmit them to the yCrash server along with other diagnostic artifacts. To learn more about this argument, please visit Extended Data Collection page.

Type: string

Default: ""

Example (YAML):

options:
  edDataFolder: /home/user/edFolder
1
2

Example (CLI):

./yc -edDataFolder /home/user/edFolder
1