News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Need help in search terms for file copy code to study

Started by skywalker, December 19, 2005, 10:04:11 PM

Previous topic - Next topic

skywalker

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.

zooba

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, CopyFileEx, CopyFolder, CopyFolderEx and SHFileOperation

If you want to program assembly, you'll have to get used to reading C :eek :lol :U

skywalker

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, CopyFileEx, CopyFolder, CopyFolderEx and SHFileOperation

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