I am trying to find win32 source code for file copying. (any thing I can study would be helpful)
Not having any luck here or on the internet. Any suggestions.
Thanks.
If I'm right, this is the third topic you've posted on this same question. If the previous answer doesn't help, reask the question in the same thread. It will get bumped up to the top of the list :U
For file copying you're best to search MSDN. Try CopyFile (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFile&btnI&meta=), CopyFileEx (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFileEx&btnI&meta=), CopyFolder (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFolder&btnI&meta=), CopyFolderEx (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFolderEx&btnI&meta=) and SHFileOperation (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+SHFileOperation&btnI&meta=)
If you want to program assembly, you'll have to get used to reading C :eek :lol :U
Quote from: zooba on December 19, 2005, 11:05:05 PM
If I'm right, this is the third topic you've posted on this same question. If the previous answer doesn't help, reask the question in the same thread. It will get bumped up to the top of the list :U
For file copying you're best to search MSDN. Try CopyFile (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFile&btnI&meta=), CopyFileEx (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFileEx&btnI&meta=), CopyFolder (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFolder&btnI&meta=), CopyFolderEx (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+CopyFolderEx&btnI&meta=) and SHFileOperation (http://www.google.com.au/search?hl=en&q=site%3Amsdn.microsoft.com+SHFileOperation&btnI&meta=)
If you want to program assembly, you'll have to get used to reading C :eek :lol :U
Thanks for the links. Too many hours at work = forgetting some things