{"id":6761,"date":"2015-04-09T11:59:00","date_gmt":"2015-04-09T11:59:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/heyscriptingguy\/2015\/04\/09\/powertip-use-powershell-to-verify-syntax-of-path\/"},"modified":"2019-02-18T10:29:57","modified_gmt":"2019-02-18T17:29:57","slug":"powertip-use-powershell-to-verify-syntax-of-path","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/scripting\/powertip-use-powershell-to-verify-syntax-of-path\/","title":{"rendered":"PowerTip: Use PowerShell to Verify Syntax of Path"},"content":{"rendered":"<p><b style=\"font-size:12px\">Summary<\/b><span style=\"font-size:12px\">: Learn how to use Windows PowerShell to verify the syntax of a path.<\/span><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/q-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Question\" \/>&nbsp;How can I use Windows PowerShell to verify that a path that accepts user input is using the correct syntax?<\/p>\n<p style=\"margin-left:30px\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/a-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Answer\" \/>&nbsp;Use the&nbsp;<b>&ndash;IsValid<\/b>&nbsp;parameter of the&nbsp;<b>Test-Path<\/b>&nbsp;cmdlet, for example:<\/p>\n<p style=\"margin-left:120px\">PS C:\\&gt; $a = &quot;c:\\myfolder\\nonexistentfile.txt&quot;<\/p>\n<p style=\"margin-left:120px\">PS C:\\&gt; Test-Path $a -IsValid<\/p>\n<p style=\"margin-left:120px\">True<\/p>\n<p style=\"margin-left:120px\">PS C:\\&gt; $b = &quot;c:\\my()(*&amp;^%\\afile.txt&quot;<\/p>\n<p style=\"margin-left:120px\">PS C:\\&gt; Test-Path $b -IsValid<\/p>\n<p style=\"margin-left:120px\">False<\/p>\n<p style=\"margin-left:60px\"><b>Note<\/b>&nbsp;&nbsp;This command verifies if the syntax is correct for the provider, but it does not verify if the file exists.<\/p>\n<p style=\"margin-left:30px\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/7610.Dr.ScriptoForTips.jpg\" alt=\" \" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary: Learn how to use Windows PowerShell to verify the syntax of a path. &nbsp;How can I use Windows PowerShell to verify that a path that accepts user input is using the correct syntax? &nbsp;Use the&nbsp;&ndash;IsValid&nbsp;parameter of the&nbsp;Test-Path&nbsp;cmdlet, for example: PS C:\\&gt; $a = &quot;c:\\myfolder\\nonexistentfile.txt&quot; PS C:\\&gt; Test-Path $a -IsValid True PS C:\\&gt; $b = [&hellip;]<\/p>\n","protected":false},"author":596,"featured_media":87096,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[38,356,3,4,45],"class_list":["post-6761","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-scripting","tag-files","tag-powertip","tag-scripting-guy","tag-scripting-techniques","tag-windows-powershell"],"acf":[],"blog_post_summary":"<p>Summary: Learn how to use Windows PowerShell to verify the syntax of a path. &nbsp;How can I use Windows PowerShell to verify that a path that accepts user input is using the correct syntax? &nbsp;Use the&nbsp;&ndash;IsValid&nbsp;parameter of the&nbsp;Test-Path&nbsp;cmdlet, for example: PS C:\\&gt; $a = &quot;c:\\myfolder\\nonexistentfile.txt&quot; PS C:\\&gt; Test-Path $a -IsValid True PS C:\\&gt; $b = [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/6761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/users\/596"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/comments?post=6761"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/6761\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media\/87096"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media?parent=6761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/categories?post=6761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/tags?post=6761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}