home *** CD-ROM | disk | FTP | other *** search
- /*
- Copyright (c) 1986, 90 by Prolog Development Center
- */
- goal
- QualName="c:\\psys\\prolog.exe",
- FileNamePath(QualName,Path,Name),
- write("\nQualName=",QualName),
- write("\nPath=",Path),
- write("\nName=",Name),
- FileNamePath(NewName,Path,Name),
- write("\nConverted back: ",NewName).