摘要: Function Set-FileTimeStamps { Param ( [Parameter(mandatory=$true)] [string[]]$path, [datetime]$date = (Get-Date)) Get-ChildItem -Path $path | ForEach- 阅读全文
posted @ 2016-07-18 11:13 BITALKER 阅读(1050) 评论(0) 推荐(0)