Results 1 to 2 of 2

Thread: help for C++ noob, indexing files

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2007
    Location
    cobwebbed to PC
    Posts
    311

    help for C++ noob, indexing files

    Hi All

    Have just started upgrading my C skills to C++, read book for dummies etc. trying a project of a audio file renamer (based on embedded tags) but soon came againest prob of dealing with files that the prog dont already have the name of.

    assume there is includes for this for windows or something, any pointers in the right direction appreciated.

    Thanks
    Thanks

  2. #2
    Member
    Join Date
    Apr 2008
    Posts
    42

    Re: help for C++ noob, indexing files

    MSDN is yo' friend.

    WIN32_FIND_DATA
    FindFirstFile
    FindNextFile

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width