Thread: Listing *.mp3 Files

  1. #1
    Registered User
    Join Date
    Dec 2008
    Posts
    3

    Listing *.mp3 Files

    Hi all,

    Glad to be a member here. I searched but didn't find an answer so forgive me if this is a repost.

    I need to know how to get a list of files from a directory that are of type *.mp3. I'm running Ubuntu 8.10.

    Thanks in advance for the help.

    -jim

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Is there a reason you need a C solution as opposed to "ls *.mp3"?

  3. #3
    Registered User
    Join Date
    Dec 2008
    Posts
    3
    I'm writing a program that will catalog my audio book files into a database and archive them off to disk.

  4. #4
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    So "no", then.

    But if you insist, you could look at what happened the last time someone asked the question.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,667
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    Registered User
    Join Date
    Dec 2008
    Posts
    3
    Ahhhh, the FAQ. Should have looked there first. Thanks for pointing me in the right direction guys. Going to look at the FAQ right now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Ressources files
    By mikahell in forum Windows Programming
    Replies: 4
    Last Post: 06-19-2006, 06:50 AM
  2. add source files to embedded VC 4.0
    By George2 in forum C++ Programming
    Replies: 4
    Last Post: 06-13-2006, 03:28 AM
  3. *.cpp and *.h files understanding
    By ElastoManiac in forum C++ Programming
    Replies: 4
    Last Post: 06-11-2006, 04:45 AM
  4. Linking header files, Source files and main program(Accel. C++)
    By Daniel Primed in forum C++ Programming
    Replies: 3
    Last Post: 01-17-2006, 11:46 AM
  5. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM