BlueprintCmdletBase.GetValidatedFilePath(String) 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.
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