dir_list
This provides the ability to browse your local hard drives and select a file. This module is "included" in your program and returns the full path of the selected file. I searched around for a module to do this and I couldn't find one so this little utility module was born. It's pretty simple and straight-forward. Unfortunately, you don't consistently get the full path returned when you try to do this with an html form (input type=file...).A sample calling module is included.If you want to keep this in a separate directory from the calling program, then you need to change th path for the icons so they will display correctly. Chris Sep 28-06