我有以下代码,但我不确定如何从案例块中访问文件名。
Switch -regex (Get-Content -Path C:\Users\Ryan\Desktop\ps-temp\*) {
'\.DEBUG' {
# How to access filename/PSChildName here?
}
}
我有以下代码,但我不确定如何从案例块中访问文件名。
Switch -regex (Get-Content -Path C:\Users\Ryan\Desktop\ps-temp\*) {
'\.DEBUG' {
# How to access filename/PSChildName here?
}
}