Thread: file scanning?

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    137

    file scanning?

    I know how to delete a file, but I can't really find any functions you can use to scan for files. I found some scripts other people wrote, but they all deal with classes they've made, but they don't tell you anything about the class. I need to have some way of checking directory and file names and searching all files in certain directories. Can anyone explain how I go about doing this?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Consult the NRA

    That's Never Read Answer's in case you're wondering.

    Code:
    #include <rider.h>
    #include <sunset.h>
    int main ( ) { play("yeehaaaa.wav"); }

  3. #3
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Sent from my iPadŽ

  4. #4
    Registered User
    Join Date
    Nov 2005
    Posts
    137
    ahh. thank you sly. that was exactly what i was looking for. I havn't learned Win32 yet, but I guess now is a good time to start. thank you.

  5. #5
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Don't thank me, thank Andrianxw.
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opening empty file causes access violation
    By trevordunstan in forum C Programming
    Replies: 10
    Last Post: 10-21-2008, 11:19 PM
  2. Inventory records
    By jsbeckton in forum C Programming
    Replies: 23
    Last Post: 06-28-2007, 04:14 AM
  3. file processing updating record error
    By uuser in forum C Programming
    Replies: 2
    Last Post: 04-27-2003, 12:13 AM
  4. System
    By drdroid in forum C++ Programming
    Replies: 3
    Last Post: 06-28-2002, 10:12 PM