Private/NewFileOperation.ps1
function Operation ($sPath) { $sPath = $sPath.Replace('MNP', 'NMP') Return $true } |
function Operation ($sPath) { $sPath = $sPath.Replace('MNP', 'NMP') Return $true } |