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