home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a075 / 1.img / TOOLKIT1.EXE / SST312.PRG < prev    next >
Encoding:
Text File  |  1989-08-08  |  231 b   |  14 lines

  1. *******************
  2.  
  3. FUNCTION Parent
  4.  
  5.    PRIVATE _current, _results
  6.  
  7.    _current = "\" + CURDIR()
  8.    _results = SUBSTR(_current, 1, RAT("\", _current)-1)
  9.  
  10.    RETURN(IF(EMPTY(_results), "\", _results))
  11.  
  12. * End of File
  13.  
  14.