![]() |
|
#1
|
|||
|
|||
How to copy all files from one folder to otherHello
I am new to programming i want to process some files contained by a folder how can i access all file path from that folder during programs execution. conditions 1)folder may contain another folder 2)any type of file can be in folder 3)i need to process files one by one need to made the exact replica of the folder.... Thanks in advance... |
|
#2
|
|||
|
|||
Re: HOw to copy all file from one folder to otherQuote:
The standard C language and standard C library functions (C++ too) are deliberately ignorant of all physical and architectural characteristics of your system (such as directory structure and path specification terminology). In other words, functions you use to find files in a given directory (folder) and notation that is used to specify other directories will depend on what operating system and what compiler you are using. So: 1. What compiler are you using? If it is for Windows, then what version of Windows are you using? 2. Are you creating a command-line application or a GUI (Graphical User Interface) application? If it is for GUI, there will (probably) be some additional information that we need. Regards, Dave |
|
#3
|
|||
|
|||
Re: HOw to copy all file from one folder to otherI am using Visual studio 6..
and it is for Window XP m\c and we are creating GUI......... <I tried to find files using MFC fuction findfirstfile() and findnextfile() but it can not search files in folder in folder..> |
|
#4
|
|||
|
|||
Re: How to copy all files from one folder to otherThanks for support
i got it from _findfirst() and findnext() functions............. |
|
#5
|
|||
|
|||
Re: How to copy all files from one folder to otherQuote:
Hai Darshan Yadav, Can you give the source code for me..whatever you have solved same problem i am facing??Thanks for help |
|
#6
|
|||
|
|||
Re: How to copy all files from one folder to otherWhat is findfirst() and findnext() ?
__________________
Linux is the best OS in the world. |
Recent GIDBlog
Welcome to Baghdad by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Airport Log program using 3D linked List : problem reading from file | batrsau | C Programming Language | 11 | 29-Feb-2008 07:44 |
| Thread synchronization Assignment help!! | rossi143 | C Programming Language | 1 | 25-Mar-2007 20:10 |
| C++ for moving files across network? | dlp | C++ Forum | 1 | 25-May-2006 12:22 |
| CD burner wont burn!! | robertli55 | Computer Hardware Forum | 1 | 18-Jun-2004 10:53 |
| Yet another CD burner problem: Lite-On LSC-24082K | Erwin | Computer Hardware Forum | 1 | 22-May-2004 11:28 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The