Get-Content : Cannot find path 'D:\Media\core_swagger.json' because it does not exist. At D:\Media\extract_paths.ps1:1 char:4 + $j=Get-Content 'D:\Media\core_swagger.json' -Raw|ConvertFrom-Json;$s= ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (D:\Media\core_swagger.json:String) [Get-Content], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand |