搜索资源列表
movefile.zip
- 文件移动的MOVE源程序
MoveFile
- 实现将一个文件夹内的文件按其名字的不同,复制到相应的不同的文件夹-To achieve a folder within a document according to their different names, different copy to the appropriate folder
FileOperational
- 对文件的一些常用的操作!比如文件夹的操作,单个文件的操作等!-copyfile copyfolder movefolder movefile delallfile delfile delfolder
TimerCopyFile
- 主要介绍几个API的使用,CopyFile,MoveFile,及配置文件的使用。-API introduced the use of a few, CopyFile, MoveFile, and the use of configuration files.
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
MoveFile
- 个人资料转移 AU3源码(Vista界面)-Transfer of personal data AU3 Source (Vista interface)
MoveFile
- 该程序实现了文件的移动。通过文件列表对话框选择要移动的文件,然后选择路径,进行移动。(内容简单,适合初学者学习)-The program implements file movement. Through the file list dialog box, select the file you want to move, and then select the path to move. (Content is simple, sui
movefile
- C# 动态移动文件,只能移动TXT文件,简单介绍原理,附上演示代码。选择原文件、选择文件目标夹,即可移动文件-C# dynamic move files, only mobile TXT file brief principle, attached demo code. Select the original file, choose target folder, you can move files
MoveFIle
- 本程序实现的是和文件的移动相关的操作,代码简洁,但功能强大。-This procedure is implemented and documents related to the operation of mobile code simple, yet powerful.
movefile
- 用于文件的搜索例在某一目录下搜索某一文件,搜索成功后,获取该文件的地址,并在每一个\字符后,都在加一个\-Search for files in a directory search for example a file, the search is successful, to get the address of the file, and each \ character after they have been in Canad
MoveFile
- 检索指定目录下所有子文件中的文件,根据所在文件夹中是否包含定义的关键字进行对文件改名,并移到指定目录,同时在指定目录夹下建立备份文件夹-Retrieve the specified directory the files in all subfolders, contains the keyword defined in the folder where the file was renamed and moved to the spe
MoveFile
- 寻找文件夹下相同前缀的文件,建立已前缀命名的子文件夹,将找到的文件放入该子文件夹中。-Find the file folder under the same prefix, create a prefix named sub-folders, find files into the subfolder.
Fileedit
- * FileUtil::createDir( a/1/2/3 ) 测试建立文件夹 建一个a/1/2/3文件夹 * FileUtil::createFile( b/1/2/3 ) 测试建立文件 在b/1/2/文件夹下面建一个3文件 * FileUtil::createFile( b/1/2/3.exe ) 测试建立文件 在b/1/2/文件夹下面建一个3.exe文件 * FileUtil::copyDir( b , d/