搜索资源列表
FileFinder
- 文件和文件夹存在性判断类的实现文件,可以对文件的路径以及文件进行判断
FTP
- 用于FTP客户端文件和文件夹的列举并填入列表框中然后上传,和下载
VB-Filesystem
- 文件系统全家福(编程语言VB)AddadStringDir 快速全盘查找文件Dir和Api扫描驱动器Exe 伪装天使FreeActiveXShell 获取特殊文件 安全的删除自己 比较两个文件是否相同 查找目录 全部文件大小 查找文件 从全路径名中获得文件扩展名 从全路径名中提取文件名 二进制复制文件 获取当前目录下所有文件和文件夹 记载Windows使用的时间 检测文件是否存在 建立多级目录 将文件夹目录保存到INI文件当中 批量移动文件 确定文件是否为可执行文件 删除含文件的目录 顺序文件
FileFind
- 用于快速查找某个目录下的文件和文件夹,当该文件是文件夹时,显示其下面所有的文件名,并且是带路径的,当为文件时,显示其文件名,也是带路径的。
比较文件和文件夹
- 能够比较文件与文件夹,大小及内容等属性进行比较-to compare files and file folders, size and content attributes comparison
Demo
- 加密和解密文件夹源代码。 该程序实现对文件夹的简单加密和解密功能。-Encrypt and decrypt a folder, the source code. The program to realize a simple folder encryption and decryption functions.
dos
- os常用命令 一、基础命令 DIR 显示文件和文件夹(目录)。 用法:DIR [文件名] [选项] 它有很多选项,如/A表示显示所有文件(即包括带隐含和系统属性的文件),/S表示也显示子文件夹中的文件,/P表示分屏显示,/B表示只显示文件名,等等。 如 DIR A*.EXE /A /P 此命令分屏显示当前文件夹下所有以A开头后缀为EXE的文件(夹)。 CD或CHDIR 改变当前文件夹。 用法:CD [文件夹名] 若无文
filemanage
- 利用WINDOWS API,用VB6写的文件操作类,可实现常见的文件和文件夹操作.-The use of WINDOWS API, to use VB6 to write the file operations class, enabling the common file and folder operations.
FileTamper_Tool
- vc实现的文件篡改工具,以附加自输入字符串方式篡改文件,支持文件和文件夹操作-vc implementation file tampering tools to attach the string from the input mode falsification of documents, support files and folders operations
FSManager
- 一套通过Web方式进行文件管理的应用程序。 使用该程序,可以方便地在线上传、下载、移动、删除、压缩、解压文件和文件夹,并能准确统计出个人空间内文件及文件夹的数量。 -By way of a Web document management applications. Use the program, you can easily upload online, download, move, delete, compress, decompress files and folders, an
Demo1
- 遍历文件夹和文件1。 实现文件夹和文件的完全遍历,并显示出来。-Traverse folders and files 1. Folders and files to achieve the complete traversal, and displayed.
operationkechengsheji
- 模拟一个文件系统,并实现对它们的一些基本操作。(图形化/命令行操作 界面任选) 能实现基本的文件操作,如新建、复制、删除文件和文件夹、显示文件和文件夹内的信息等。 -Simulate a file system, and achieve some of their basic operations. (Graphical/command line interface option) to achieve the basic file operations, such as new,
bianlidir
- 递归遍历目录树(用递归算法遍历目录下的文件和文件夹)-Recursively traverse the directory tree (directory with a recursive algorithm traverse the files and folders)
File
- 根据输入路径收索文件和文件夹信息地对地导弹-search file
FileFindThread
- 本程序是关于文件操作的源码,实现了用多线程技术递归查找文件的方法来遍历每一个文件和文件夹-The program is operating on the source file to achieve with multi-threading approach to find files recursively through every file and folder
filetime
- VC++获取和设置文件、文件夹的时间属性,一些与文件时间属性相关的操作,比如获取文件创建、使用和最后访问的时间,设置和判断文件及文件夹的时间属性,判断文件夹的真假等,都是些基础的文件、文件夹操作知识。-failed to translate
cffile_v1.0
- 1.简单高效免费的站点文件管理系统,对您网站内的文件和文件夹进行可视化的管理操作 2.可以对文件进行浏览、编辑、重命名、删除、新建、上传文件等功能 3.可以对文件夹进行浏览、重命名、删除、新建等功能 4.可以自定义匿名用户浏览和下载权限的目录 5.方便的路径切换,在路径栏里点路径目录名可快速切换目录 6.下载可以结合防盗链组件使用 7.程序没有使用数据库,简单方便 8.首页文件是cf_index.asp,避免了和其它站点文件冲突,为了安全系统本身的文件无法查看和修改
SHFileOperation_Demo
- 文件复制操作 包括单个文件和文件夹的复制!-File Copy!
读取文件
- 文件读取功能,可以将文件的内容进行中文的繁体简体转换,支持文件夹下的文件(.cpp和.h文件中的中文简体转换位繁体)(File read function, you can file the contents of Chinese traditional Chinese simplified conversion, support files under the folder (.Cpp and.H files in the Chinese Simplified translation, bit
递归搜索的使用方法
- delphi递归搜索的使用,如何快速搜索指定目录下的文件和文件夹,无控件可直接编译,对于新手掌握文件夹和文件的快速检索提供学习方法