Tomasz
|
| Posted: 10/09/2002, 12:32 PM |
|
I would like to display all files from a directory in a form. I suppose it can be done by creating array from dir listing and use this array as a record source. Form should be record type, becouse I need possibility to delete choosen files (it should be easy using checkboxes). Can anybody help with a bit of code?
|
|
|
 |
Timothy
|
| Posted: 10/10/2002, 7:08 AM |
|
Hello,
As for files listing the example is provided in the Gotocode.com source code. You can download it in CC format from: http://www.codecharge.com/download/files/examples/gotocodev2.zip
|
|
|
 |
|