Welcome![Sign In][Sign Up]
Location:
Search - movefile

Search list

[SourceCodemovefile.zip

Description: 文件移动的MOVE源程序
Platform: | Size: 16894 | Author: | Hits:

[File OperateMoveFile

Description: 实现将一个文件夹内的文件按其名字的不同,复制到相应的不同的文件夹-To achieve a folder within a document according to their different names, different copy to the appropriate folder
Platform: | Size: 1298432 | Author: li | Hits:

[File OperateFileOperational

Description: 对文件的一些常用的操作!比如文件夹的操作,单个文件的操作等!-copyfile copyfolder movefolder movefile delallfile delfile delfolder
Platform: | Size: 8192 | Author: 刘松涛 | Hits:

[File OperateTimerCopyFile

Description: 主要介绍几个API的使用,CopyFile,MoveFile,及配置文件的使用。-API introduced the use of a few, CopyFile, MoveFile, and the use of configuration files.
Platform: | Size: 2105344 | Author: 刘锋 | Hits:

[File OperateFmxUtils

Description: 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 function HasAttr(const FileName: string Attr: Word): Boolean function ExecuteFile(const FileName, Params, DefaultDir: string ShowCmd: Integer): THandle -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 function HasAttr(const FileName: string Attr: Word): Boolean function ExecuteFile(const FileName, Params, DefaultDir: string ShowCmd: Integer): THandle
Platform: | Size: 2048 | Author: pawcio | Hits:

[OtherMoveFile

Description: 个人资料转移 AU3源码(Vista界面)-Transfer of personal data AU3 Source (Vista interface)
Platform: | Size: 257024 | Author: samqun | Hits:

[File OperateMoveFile

Description: 该程序实现了文件的移动。通过文件列表对话框选择要移动的文件,然后选择路径,进行移动。(内容简单,适合初学者学习)-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, suitable for beginners to learn)
Platform: | Size: 27648 | Author: ywq | Hits:

[CSharpmovefile

Description: 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
Platform: | Size: 14336 | Author: wang | Hits:

[OtherMoveFIle

Description: 本程序实现的是和文件的移动相关的操作,代码简洁,但功能强大。-This procedure is implemented and documents related to the operation of mobile code simple, yet powerful.
Platform: | Size: 15360 | Author: 张俊 | Hits:

[File Operatemovefile

Description: 用于文件的搜索例在某一目录下搜索某一文件,搜索成功后,获取该文件的地址,并在每一个\字符后,都在加一个\-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 Canada a \
Platform: | Size: 33792 | Author: wxlang | Hits:

[File OperateMoveFile

Description: 检索指定目录下所有子文件中的文件,根据所在文件夹中是否包含定义的关键字进行对文件改名,并移到指定目录,同时在指定目录夹下建立备份文件夹-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 specified directory at the same time create a backup folder in the specified directory folder
Platform: | Size: 63488 | Author: Oscar | Hits:

[OtherMoveFile

Description: 寻找文件夹下相同前缀的文件,建立已前缀命名的子文件夹,将找到的文件放入该子文件夹中。-Find the file folder under the same prefix, create a prefix named sub-folders, find files into the subfolder.
Platform: | Size: 1024 | Author: Aroy | Hits:

[Web ServerFileedit

Description: * 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/e ) 测试复制文件夹 建立一个d/e文件夹,把b文件夹下的内容复制进去 * FileUtil::copyFile( b/1/2/3.exe , b/b/3.exe ) 测试复制文件 建立一个b/b文件夹,并把b/1/2文件夹中的3.exe文件复制进去 * FileUtil::moveDir( a/ , b/c ) 测试移动文件夹 建立一个b/c文件夹,并把a文件夹下的内容移动进去,并删除a文件夹 * FileUtil::moveFile( b/1/2/3.exe , b/d/3.exe ) 测试移动文件 建立一个b/d文件夹,并把b/1/2中的3.exe移动进去 * FileUtil::unlinkFile( b/d/3.exe ) 测试删除文件 删除b/d/3.exe文件 * FileUtil::unlinkDir( d ) 测试删除文件夹 删除d文件夹 */-* FileUtil :: createDir ( a/1/2/3 ) tests create folders to build a a/1/2/3 folder * FileUtil :: createFile ( b/1/2/3 ) tests to create documents in b/1/2/folder below to build a 3- file * FileUtil :: createFile ( b/1/2/3.exe ) tests to create documents in b/1/2/folder below to build a 3.exe file * FileUtil :: copyDir ( b , d/e ) test copy the folder to create a d/e folder , the contents of the b copied into a folder under * FileUtil :: copyFile ( b/1/2/3.exe , b/b/3.exe ) tested copying files to create a b/b folder, and the folder b/1/2 the files are copied into 3.exe * FileUtil :: moveDir ( a / , b/c ) Move Folder to create a test b/c folder and put the contents of a folder into the next move , and delete a folder * FileUtil :: moveFile ( b/1/2/3.exe , b/d/3.exe ) moving files to create a test b/d folder and put the 3 b/1/2 . exe move into * FileUtil :: unlinkFile ( b/d/3.exe ) tests deleted files deleted files b/d/3.exe * FileUtil :: unlinkDir ( d ) tests delete
Platform: | Size: 1024 | Author: jf988 | Hits:

CodeBus www.codebus.net