74
88
create_flag= (MyFlags & MY_DONT_OVERWRITE_FILE) ? O_EXCL : O_TRUNC;
76
90
if ((to_file= my_create(to,(int) stat_buff.st_mode,
81
while ((Count=my_read(from_file, buff, sizeof(buff), MyFlags)) != 0)
84
99
my_write(to_file,buff,Count,MYF(MyFlags | MY_NABP)))