The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: skywalker on December 19, 2005, 10:04:11 PM

Title: Need help in search terms for file copy code to study
Post by: skywalker on December 19, 2005, 10:04:11 PM
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.
Title: Re: Need help in search terms for file copy code to study
Post by: 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
Title: Re: Need help in search terms for file copy code to study
Post by: skywalker on December 22, 2005, 07:12:08 PM
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