function Add-Footer($path, $footer) { Add-Content $path -Value $footer } } Describe "Add-Footer" { BeforeAll { $testPath = "TestDrive:\test.txt"
確定! 回上一頁