Nothing changed on my end:
Get-Item : Cannot find path 'D:\Investing\v24\Data\QuotesIntraDay\YahooIntraday.txt' because it does not exist.
At
\Investing\v24\Data\Scripts\GetQuotes-YahooIntraday.ps1:52 char:7
+ $fc = Get-Item -Path $quoteIDFile; if ($fc.Length -eq 0) {Remove-Item ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\Investing\v2...hooIntraday.txt:String) [Get-Item], ItemNotFoundExcep
tion
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
Remove-Item : Cannot find path 'D:\Investing\v24\Data\QuotesIntraDay\YahooIntraday.txt' because it does not exist.
At
\Investing\v24\Data\Scripts\GetQuotes-YahooIntraday.ps1:52 char:59
+ ... IDFile; if ($fc.Length -eq 0) {Remove-Item -Path $quoteIDFile;} # Rem ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\Investing\v2...hooIntraday.txt:String) [Remove-Item], ItemNotFoundEx
ception
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
Comments