$100 = "$env:APPDATA/somthing"
$iamhere = "C:/example"
$100 = $100 -replace "`$env:APPDATA\somthing", "$iamhere"
このエラーが発生しますが、その内容を(テキスト形式で)$100
置き換えたいです。$iamhere
Regular expression pattern is not valid: $env:APPDATA\somthing.
At line:1 char:1
$100 = $100 -replace "`$env:APPDATA\somthing", "$iamhere"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: ($env:APPDATA\somthing:String) [], RuntimeException
+ FullyQualifiedErrorId : InvalidRegularExpression
これは、一部のテキストをディレクトリに置き換えようとしているためだと思いますが、の変数内のテキストが必要です$iamhere