home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / FILEEXP.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-08-26  |  3.7 KB  |  87 lines

  1. FILEEXP
  2. *******
  3.  
  4. The File Expert for Delphi is a small esAddIn-Style expert which solves
  5. the problem, you may have, when you work with different files in 
  6. different directories.
  7. Imagine the situation, where you are writing some new cool classes and
  8. need the interface for the REGISTRY, OLE2 and EXPTINTF classes. So,
  9. if you load them in to Delphi, you have, if you have not set the
  10. silly PATH settings in your Autoexec / System Control for the Delphi
  11. Source and VCL paths, to walk through the whole directory path to 
  12. access the correct files. And after that, you may have encountered, that
  13. the new CurrentDirectory points to this directory.
  14. So, the File Expert solves this problem by first adding some directories
  15. to a list and then access any file from that directories.
  16.  
  17. DISCLAIMER
  18. ----------
  19.  
  20. The author cannot and don't want to take any responsibility for any 
  21. damages that may appear. The software has been tested for a long time 
  22. and seems to be ok, but, you know what that means: It will have any
  23. errors as we both know but I simply didn't find them. So watch yourself
  24. for errors. To find errors and to learn from my source code (whatever
  25. you may learn from ;-), the full source is attached.
  26. Don't flame me for bugs, it's free!
  27. Besides that, the files SHELLUTLS.PAS, BROWSEDR.PAS, BROWSEDR.DCR, SHELLOBJ.PAS and 
  28. REGSTR.PAS are not written by me, but are released to Public Domain or Freeware, as
  29. you can read in the source and companion files. 
  30. I would like to thank to 70007.4660@compuseve.com (Pat) for the SHELLOBJ interface (sorry,
  31. I don't have any other files or addresses) and Brad Stowers 72733.3374@CompuServe for the
  32. BROWSEDR interface. They were very helpful for this project!
  33.  
  34. COPYRIGHTS
  35. ----------
  36.  
  37. The File Expert is freeware, this means, that I don't care for anybody
  38. copying or modifying the source to build hos own experts or to add 
  39. special functionality or derive my expert to build some new ones.
  40. Do it! I hope you will have as much fun working with Delphi as I had
  41. when I wrote it. 
  42. But please, if you derive or add some new functionality, have a note
  43. that I was the author of the original (yup, I love to see my name ;-)
  44. and, if I may have one, send me a copy (no source, just the DLL).
  45. For any further assistance, use the address beyond and email me your
  46. questions or improvements. Thanks.
  47.  
  48. INSTALLATION
  49. ------------
  50.  
  51. Open the FILEXP.DPR into Delphi and recompile it to produce a proper new
  52. DLL then copy this to a path of your choice (i suggest, you copied it to
  53. c:\bin\delphi32\experts\fileexp.dll).
  54. Load the registry and open the key HKEY_CURRENT_USER\Software\Borland\Delphi\2.0\Experts
  55. from this key, add a new string value
  56. FileExp=c:\bin\delphi32\experts\fileexp.dll
  57. close the registry and start Delphi. That's all.
  58.  
  59. FIRST RUN
  60. ---------
  61.  
  62. After a proper installation, run the expert by first clicking on the
  63. "File Expert Properties" item to bring up the folders window.
  64. You will see, that the listbox is empty, so click on default to add 
  65. some default paths. You may add some new paths by simply browsing them
  66. through the "..." button or directly insert the path name into the
  67. Edit box and then click on "Add". All these paths are stored in the
  68. registry after closing Delphi and will be reload the next time you
  69. start Delphi.
  70.  
  71. USAGE
  72. -----
  73.  
  74. After FIRST RUN, you can choose the "File Expert" properties and, for
  75. example, simply enter "registry" into the combo box and press OK.
  76. The file will be loaded. You don't have to specify the extension as
  77. long as it is .PAS (grin). You also may enter an absolute filename.
  78.  
  79. That's it. For further assistance, email me or use the attached source.
  80.  
  81. Roger Misteli
  82. Zentralstrasse 6
  83. CH-8400 Winterthur
  84.  
  85. fuggly@abacus.ch
  86. CIS: 101715,3214
  87.