3 lines
67 B
PowerShell
3 lines
67 B
PowerShell
$filePath = $args[0]
|
|
(Get-Item $filePath).LastWriteTime = Get-Date
|
$filePath = $args[0]
|
|
(Get-Item $filePath).LastWriteTime = Get-Date
|