function processPath(param) {
    if (/[fp]/.test(param.m)) {
        param.value = path.resolve(param.value);
    }
}