BlueprintCmdletBase.GetValidatedFilePath(String) Method

Definition

Expects a string that consist of full file path with file extension and check if it exists.

protected string GetValidatedFilePath (string fileFullName);
member this.GetValidatedFilePath : string -> string
Protected Function GetValidatedFilePath (fileFullName As String) As String

Parameters

fileFullName
String

Returns

Applies to