Private/Get-FileLastWriteTimeUtc.ps1
|
function Get-FileLastWriteTimeUtc { param([Parameter(Mandatory)][string]$Path) [System.IO.File]::GetLastWriteTimeUtc($Path) } |
|
function Get-FileLastWriteTimeUtc { param([Parameter(Mandatory)][string]$Path) [System.IO.File]::GetLastWriteTimeUtc($Path) } |