Hi there,
I'm trying to copy a file somewhere into my HOMEDRIVE, but there seems to be a strange error. I defined it like that:
$u=$env:HOMEDRIVE
But if I do want to put something in there, it tells me that Drive "U" (yes it's the letter U itself) is not avaiable. How did it even know that it was U?
$ld=Join-Path$u"\Documents\Visual Studio 2010\Settings"
When running this line, it tells me "Drive not found. A drive with the name U does not exist."