home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / io / filer / readme.txt < prev    next >
Text File  |  1996-01-17  |  2KB  |  37 lines

  1. File I/O API Demonstration
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. The FILER sample is a basic file management applet, such as File Manager or
  8. Norton Commander. It demonstrates many of the new File I/O API, and their
  9. related algorithms, such as drive enumeration, .EXE version information
  10. retrieval, and directory tree walking. It also demonstrates many intensive
  11. User algorithms, such as child management, subclassing, synchronization and
  12. control window management.
  13.  
  14. MORE INFORMATION
  15. ================
  16.  
  17. FILER presents the user with two fixed child windows, each of which the user 
  18. may associate with a drive from the drives available on the system. The 
  19. Drive toolbar describes the available drives on the system. Users select 
  20. drives from the toolbar or the Drives menu. The Function toolbar corresponds 
  21. to the file I/O options in the File menu.
  22.  
  23. Each of the Drive child windows contains a Directory ListBox, and a File 
  24. ListBox, for browsing through the files on the selected drive.
  25.  
  26. FILER gives the user the option to open (execute or edit), copy, delete, 
  27. move, and rename files, create and remove directories, and display any 
  28. version information embedded in the files. The active Drive child acts as 
  29. the source, and the inactive Drive child acts as the default destination 
  30. of file I/O operations.
  31.  
  32. The Drive children may also be configured side by side or with one above the 
  33. other, and the File and Directory ListBoxes in each may swap positions.
  34.  
  35. All features of FILER may be selected from the mouse, keyboard, or menu 
  36. items.
  37.