4 строки
64 B
PowerShell
4 строки
64 B
PowerShell
|
Param( [string] $path )
|
|||
|
|
|||
|
return (get-filehash $path).Hash
|