{
{    The purpose of this request is to retrieve an evalutated file path, the
{ name of a file and the respective length of the associated strings based
{ on a file reference from an SCL parameter value table.
{
{        NSP$GET_FNAME_FROM_PATH (PATH, FNAME, FNAME_SIZE,
{             EVALUATED_FILE_PATH, EVALUATED_FILE_PATH_SIZE, STATUS)
{
{ PATH: (input) This is the "resolved" path found in the parameter value table
{      after calling clp$evaluate_parameters.
{
{ FNAME: (output) This is the "NAME" part of the path.
{
{ FNAME_SIZE: (output) This is the size of FNAME.
{
{ EVALUATED_FILE_PATH: (output) This is the path with all generic reverences
{     "evaluated." ($USER, $HIGH and so forth)
{
{ EVALUATED_FILE_PATH_SIZE: (output) This is the size of EVALUATED_FILE_PATH
{
{ STATUS:  (output) This parameter indicates the status of the request.
{
