|
-
Jul 16th, 2002, 05:04 PM
#1
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.
-
Jul 16th, 2002, 08:44 PM
#2
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?
-
Jul 17th, 2002, 05:36 PM
#3
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.
-
Jul 17th, 2002, 05:40 PM
#4
PowerPoster
-
Jul 17th, 2002, 05:46 PM
#5
I am reading a the link you post about SHELL but it's so big ! and it start to be confusing.
-
Jul 17th, 2002, 05:59 PM
#6
PowerPoster
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|