Search:
Forum
Windows Programming
Using CopyFile?
Using CopyFile?
Apr 3, 2012 at 8:06am UTC
time to c
(107)
How can copy all *.c files using CopyFile function?
Apr 3, 2012 at 3:21pm UTC
webJose
(2948)
According to
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363851(v=vs.85).aspx
, the function doesn't accept wildcards, so you'll have to use FindFirstFile()/FindNextFile() to obtain all filenames that fit the criteria and then call CopyFile() for each one of these.
Apr 4, 2012 at 6:09pm UTC
time to c
(107)
Thanks for help
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs