home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l217 / 2.ddi / EXAMPLES / CH12EX12.PRO < prev    next >
Encoding:
Text File  |  1990-03-26  |  299 b   |  12 lines

  1. /*
  2.    Copyright (c) 1986, 90 by Prolog Development Center
  3. */
  4. goal
  5.     QualName="c:\\psys\\prolog.exe",
  6.     FileNamePath(QualName,Path,Name),
  7.     write("\nQualName=",QualName),
  8.     write("\nPath=",Path),
  9.     write("\nName=",Name),
  10.     FileNamePath(NewName,Path,Name),
  11.     write("\nConverted back: ",NewName).
  12.