home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 April / macformat-075.iso / Shareware Plus / Applications / Alpha / Tcl / SystemCode / CorePackages / windows.tcl < prev    next >
Encoding:
Text File  |  1998-12-16  |  177 b   |  7 lines  |  [TEXT/ALFA]

  1.  
  2. namespace eval win {}
  3.  
  4. proc win::Current {} {global win::Current ; return ${win::Current}}
  5. proc win::CurrentTail {} {global win::Current ; return [file tail ${win::Current}]}
  6.  
  7.