Board index » cppbuilder » Are any Hard Drive full files list VCL?

Are any Hard Drive full files list VCL?

Quote
: "J.Ruszel" <j.rus...@technologist.com> wrote:

Could you please elaborate? I am probably not familiar enough with English
(it is not my native tongue) in order to understand your question.

It would also be nice if you could write something meaningful into the
body of your message.

Thanks!

--
General information:
  * Post to the right group - http://www.borland.com/newsgroups/
    * Do not cross- or multipost
      * Research at http://www.mers.com/searchsite.html

Stefan Hoffmeister - http://www.econos.de/
(TeamB - http://www.teamb.com/)

 

Re:Are any Hard Drive full files list VCL?


I am looking for any VCL for C++ Builder v4.0 which allowes me to have list
of all files of particullar hard drive. It will be great if I could filter
files by extensions.

Thanks in advance,
Joshua.

Re:Are any Hard Drive full files list VCL?


Quote
: "J.Ruszel" <j.rus...@technologist.com> wrote:
>I am looking for any VCL for C++ Builder v4.0 which allowes me to have list
>of all files of particullar hard drive.

You might want to write this yourself, using FindFirst and FindNext. Five
minutes.

Alternatively, have a look at http://www.torry.ru/

Anyway, this here isn't really where the people who know about your
enquiry hang out, so a much better place for your question probably is the
group

  news:borland.public.cppbuilder.thirdpartytools

To learn more about this server and the group that it carries, have a look
at http://www.borland.com/newsgroups/

Thanks!

--
General information:
  * Post to the right group - http://www.borland.com/newsgroups/
    * Do not cross- or multipost
      * Research at http://www.mers.com/searchsite.html

Stefan Hoffmeister - http://www.econos.de/
(TeamB - http://www.teamb.com/)

Re:Are any Hard Drive full files list VCL?


Hi J,

The easiest solution is to use the TFileListBox component, or a standard
TListBox and the DlgDirList() API function.  If you need support for virtual
folders such as Control Panel or Printers, you'll need to use the Shell's
Namespace.  Have a look at this resource...

http://www.cbuildermag.com/features/1999/10/cb199910dc_f/cb199910dc_f...

Good luck!

--------------------------------------
Damon Chandler

http://bcbcaq.freeservers.com
Answers to <Commonly Asked Questions>
52064929

Re:Are any Hard Drive full files list VCL?


Quote
"Stefan Hoffmeister (TeamB)" wrote:
> : "J.Ruszel" <j.rus...@technologist.com> wrote:

> Could you please elaborate? I am probably not familiar enough with English
> (it is not my native tongue) in order to understand your question.

> It would also be nice if you could write something meaningful into the
> body of your message.

> Thanks!

> --
> General information:
>   * Post to the right group - http://www.borland.com/newsgroups/
>     * Do not cross- or multipost
>       * Research at http://www.mers.com/searchsite.html

> Stefan Hoffmeister - http://www.econos.de/
> (TeamB - http://www.teamb.com/)

I do love your Tude Stefan.....

--
Thank you,

             Albert F. Fowler, Jr.


             Code Generation?
      Software Tools for the Web
  webmas...@codegeneration.com
_____________________________

Other Threads