Private/NewFileOperation.ps1

function Operation ($sPath) {
    $sPath = $sPath.Replace('MNP', 'NMP')
    Return $true
}