core/coio_file: copyfile -- Make it behave as regular cp
Traditional cp utility opens destination with O_TRUNC flag, iow it drops old content of the target file if such exists. Fixes #4181
Loading
Please register or sign in to comment
Traditional cp utility opens destination with O_TRUNC flag, iow it drops old content of the target file if such exists. Fixes #4181