|
-
June 27th, 1999, 05:23 PM
#1
file copying???
how do you copy a file without knowing it's binary or text???
-
June 27th, 1999, 06:24 PM
#2
Re: file copying???
By default, all files are opened in text mode. In text mode, various character translations may take place, such as carriage / line feed sequences being converted into newlines. In binary mode, no such translation takes place. So if you don't care about the conversion, open the file in text mode.
Roger L. McElfresh
-
June 27th, 1999, 06:55 PM
#3
Re: file copying???
How about using CopyFile or CopyFileEx
Rail
Recording Engineer/Software Developer
Rail Jon Rogut Software
[email protected]
http://home.earthlink.net/~railro/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|