A path to a file or a folder.
The path parameter type is used for validating paths. However, no validation is performed. Still, it's good practice to use this parameter for paths.
path
This type of parameter has no extra options.
You can prompt for a path to a file by using this type of parameter.
[ { "name": "path", "label": "Path to a file", "type": "path" } ]
Last updated 3 months ago