Thread: working with folders

  1. #1
    Registered User
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    4

    Question working with folders

    hello

    I looking for a script that can index a folder.
    I'm working with borland C++ 6.0.



    Great,
    Marc

  2. #2
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    Sorry, There is no such thing as a C++-script.
    Kurt

  3. #3
    Registered User
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    4
    may be a library?

  4. #4
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    I don't use it, but I think boost has the functionality you're looking for.

  5. #5
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    Check out the WINAPI functions FindFirstFile() und FindNextFile() there is plenty of example code on the net. And I guess when using the search function on this forum you will find plenty of examples.

    BTW: C/C++ are compiled languages, One doesn't talk about scripts for compiled languages. Source-code or simply code is far better.
    Kurt

  6. #6
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

  7. #7
    Registered User
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    4
    thanks

  8. #8
    Registered User
    Join Date
    May 2006
    Posts
    630
    You should use boost for this.

  9. #9
    Registered User
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    4
    It work without problems.
    You should use boost for this.
    that is not need full.

    great
    marc

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Function not working
    By sloopy in forum C Programming
    Replies: 31
    Last Post: 11-12-2005, 08:08 PM
  2. Program Not working Right
    By raven420smoke in forum C++ Programming
    Replies: 2
    Last Post: 09-16-2005, 03:21 AM
  3. Trying to eject D drive using code, but not working... :(
    By snowfrog in forum C++ Programming
    Replies: 3
    Last Post: 05-07-2005, 07:47 PM
  4. x on upper right corner not working
    By caduardo21 in forum Windows Programming
    Replies: 1
    Last Post: 02-20-2005, 08:35 PM
  5. cygwin -> unix , my code not working properly ;(
    By CyC|OpS in forum C Programming
    Replies: 4
    Last Post: 05-18-2002, 04:08 AM