get_script_path
rec_script_path = get_script_path(argv[1], RECORD_SUFFIX);
rep_script_path = get_script_path(argv[1], REPORT_SUFFIX);
rec_script_path = get_script_path(argv[0], RECORD_SUFFIX);
rep_script_path = get_script_path(argv[0], REPORT_SUFFIX);