LoginSignup
1
1

More than 5 years have passed since last update.

powershell > ファイルの最終更新日付を変更する > Set-Item Property data.csv -Name LastWriteTime -Value "02/20/2014 12:30 AM"

Last updated at Posted at 2016-02-24

ファイルの日付(LastWriteTimeなど)を変更するのはPowershellで可能。

以下に方法が記載されていた。
http://qiita.com/kmr_hryk/items/882b4851e23cec607e70

やってみた。

PS> Set-Item Property data.csv -Name LastWriteTime -Value "02/20/2014 12:30 AM"

data.csvのファイルが「2014年2月20日 12時30分」となった。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1