YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* ファイルのタイムスタンプの更新 [#g8da9c60]
PS> $file = Get-Item foo.txt
PS> $file.LastWriteTime = "2016-01-01"
- Get-Itemでファイルオブジェクトを取り出し、LastWriteTime...
** 参考 [#e1a50b8a]
https://technet.microsoft.com/ja-JP/library/hh849788.aspx
終了行:
* ファイルのタイムスタンプの更新 [#g8da9c60]
PS> $file = Get-Item foo.txt
PS> $file.LastWriteTime = "2016-01-01"
- Get-Itemでファイルオブジェクトを取り出し、LastWriteTime...
** 参考 [#e1a50b8a]
https://technet.microsoft.com/ja-JP/library/hh849788.aspx
ページ名: