fmove.txt
来自「[随书类]Dos6.0源代码」· 文本 代码 · 共 29 行
TXT
29 行
SUMMARY
#include <tools.h>
fmove (source file, destination file) copies the source to the destination
char *fmove (src,dst)
char *src, *dst;
DESCRIPTION
fmove does the copy and preserves file attributes
RETURN VALUE
preserving attributes and filetimes. Returns NULL if OK or a char pointer
to the corresponding text of the error
IMPLEMENTATION
SEE ALSO
NOTE
EXAMPLE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?