Results 1 to 6 of 6

Thread: File manipulation

  1. #1
    DaoK
    Guest

    File manipulation

    Hello!
    I was wondering how can, take all file in a dir and do an action with some of them. I searched in the MSDN help but I only found that are not usefull like : system("dir"); but I want to manipulate these files not only show them Anyone know a link that I can learn how to manipulate file and directory.

  2. #2
    jim mcnamara
    Guest
    Look up _stat() in MSDN Visual C++ Help for starters.

    MFC supports file functions - members associated with CListBox, for example.

    Give us a clue what you want to do?

  3. #3
    DaoK
    Guest
    I want to know make something like : sorting all mp3 in my folder : c:\mp3 but I want to loop in all subfolder. I want to make something to search through folder and subfolder and something that will class my mp3 but folder of artist and thing like that but before start I need to know how to manipulate and loop through folder.

  4. #4
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Baaaaaaaaah

  5. #5
    DaoK
    Guest
    I am reading a the link you post about SHELL but it's so big ! and it start to be confusing.

  6. #6
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Yes, it's confusing at first but then it gets easier after you know the basics of namespace. Read the introduction to namespace and then you'll hopefully get along fine.
    Baaaaaaaaah

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