Option<T>.AcceptLegalFilePathsOnly Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the option to accept only values representing legal file paths.
public:
System::CommandLine::Option<T> ^ AcceptLegalFilePathsOnly();
public System.CommandLine.Option<T> AcceptLegalFilePathsOnly();
member this.AcceptLegalFilePathsOnly : unit -> System.CommandLine.Option<'T>
Public Function AcceptLegalFilePathsOnly () As Option(Of T)