home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DO1BETA.ZIP / DIR.DO < prev    next >
Text File  |  1991-07-25  |  154b  |  8 lines

  1. /*
  2.     demonstrate the String::dir() method
  3. */
  4. w = new(Window,1,7,7," Select File ",5,5,10,40);
  5. s= dir("","*.do");
  6. remove(w);
  7. ? "your choice was ",s;
  8.