Skip to main content

Path Picker

Overview

This picker will be used to validate the operating system path. This picker is based on RegexPicker and uses a regular expression to match paths for Linux/MacOS and Windows paths.

Configuration

This picker is defined inside template.yaml as shown:

parameters:
properties:
config_system_path:
title: ConfigSystemPath
type: string
description: Config system path
ui:field: PathPicker
  • \root\parent1\parten2 - Valid
  • C:/parent1/parent2 - Valid
  • ::/parent1/parent2 - In-Valid