Windows Powershellによるファイル・フォルダの更新日時を変更する方法を紹介
ファイル・フォルダの更新日時を変更する方法
サンプルソース
(入力)
set-itemproperty -path f:\test.txt -name LastWriteTime -value "2015/08/03 13:55:13"
(出力)
|
PR関連書籍PRカテゴリ姉妹サイトリンクWindows Powershellによるファイル・フォルダの更新日時を変更する方法を紹介ファイル・フォルダの更新日時を変更する方法 サンプルソース(入力) set-itemproperty -path f:\test.txt -name LastWriteTime -value "2015/08/03 13:55:13" (出力) |