touchファイルを作成New-Item -Type file foo.txt ni -type file foo.txt 日付を変更 dir | % { $_.LastWriteTime = "2014-01-01 00:00:00" }
|
|
touchファイルを作成New-Item -Type file foo.txt ni -type file foo.txt 日付を変更 dir | % { $_.LastWriteTime = "2014-01-01 00:00:00" }
|
|