搜索资源列表
COPYFILE.rar
- 将一个文件的内容备份到另一个文件,源文件名和备份文件名由命令行参数提供,copy one file to another one. the filename of original file and filename of copied file is provided by command
copyfile
- 在Wince下实现程序文件的升级,从SD卡中升级到flash中-The Wince achieve an upgrade program file from the SD card to upgrade to flash in the
delphi-copyfile
- 一个完整的DELPHI拷贝文件的源代码,值得学习借鉴-DELPHI a complete copy of the file' s source code, it is worth learning from
CopyFile
- 本人写的VC源码备份工具,已用发好几年了,很好用的工具-I write the VC-source backup tool, has been issued for several years, a very good tool
copyfile
- 本地文件复制,实现功能相当于粘贴,复制操作。利用CFile类,先读出源文件内存,再新建一个文件并将内存中的内容写入该文件,达到复制目的-Local file copy, paste to achieve the functional equivalent, copy operation. Use CFile class, the first memory to read out the source file, and then create a new file and the content
copyfile
- 本程序是用汇编语言完成,实现一些简单文件的拷贝,-This procedure is used to complete assembly language to achieve some simple file copy,
CopyFile
- CopyFile DELPHI 复制文件操作演示-CopyFile DELPHI demo copy file operations
TimerCopyFile
- 主要介绍几个API的使用,CopyFile,MoveFile,及配置文件的使用。-API introduced the use of a few, CopyFile, MoveFile, and the use of configuration files.
copyFile
- 文件复制,输入原始文件路径和复制到的目标文件路径,回车后即可得到一个复制后的文件-copy file
Copyfile
- 实现文件复制功能,可以识别源文件的大小,以及检测目标位置是否有足够的容量-Come to file copy function,It can identify the source file size, as well as the detection of target locations whether there is sufficient capacity
FmxUtils
- operation of file procedure CopyFile(const FileName, DestName: string) procedure MoveFile(const FileName, DestName: string) function GetFileSize(const FileName: string): Integer function FileDateTime(const FileName: string): TDateTime
CopyFile
- 文件拷贝类,可以实现对文件和文件夹的复制操作,可自动区分文件/目录-Copy the file type, you can achieve the right files and folders copying operation can automatically distinguish between file/directory
copyfile
- 一个复制文件时调用系统进度的源码,使用系统的进度条。-Copy the file called the system a source of progress, a progress bar using the system.
swcf
- function matrix=asciiRead(fileName) asciiRead: Read an ascii file into a matrix Usage: matrix=asciiRead(fileName) Roger Jang, 20041021 if nargin<1, selfdemo return end fid=fopen(fileName, rb ) content=fread(fid, inf, cha
CopyFile
- 拷贝文件程序源码,要求指定源文件与目标文件路径。-Copy files source code, requiring specify the source files and file paths.
copyfile
- a command implementation of cp in linux command. sample usage: ./copyfile file1 file2
copyfile
- vc拷贝文件的程序源码,希望对大家有所帮助-procedures copy files vc source code, we hope to help
CopyFile
- 本程序可以复制一个文档、一批文件、一棵树,源程序可以含通配符-The program can copy a document, a group of files, a tree, the source can contain wildcards
copyfile
- copyfile api use for copy file from postion to another