home *** CD-ROM | disk | FTP | other *** search
/ Practical Programming in Tcl & Tk (4th Edition) / TCLBOOK4.BIN / pc / exsource.old / 21_13.tcl < prev    next >
Text File  |  2003-04-15  |  183b  |  14 lines

  1. #
  2. # Example 21-13
  3. # Examining the Views in a Metakit Database.
  4. #
  5.  
  6. package require Mk4tcl
  7. #=> 2.4.8
  8. mk::file open tclhttpd tclhttpd.kit
  9. #=> tclhttpd
  10. mk::file views tclhttpd
  11. #=> dirs
  12.  
  13.  
  14.