搜索资源列表
FileSystem(swb)
- 一个模拟MS-DOS的程序,用一个txt文件模拟硬盘,实现分块,实现了 dir,edit,delete,cd,tree....等20余种类DOS命令-a simulation of MS-DOS program, a simulated document txt hard to achieve block, achieved dir, edit, delete, cd, tree .... more than 20 types of DOS command
VB-Filesystem
- 文件系统全家福(编程语言VB)AddadStringDir 快速全盘查找文件Dir和Api扫描驱动器Exe 伪装天使FreeActiveXShell 获取特殊文件 安全的删除自己 比较两个文件是否相同 查找目录 全部文件大小 查找文件 从全路径名中获得文件扩展名 从全路径名中提取文件名 二进制复制文件 获取当前目录下所有文件和文件夹 记载Windows使用的时间 检测文件是否存在 建立多级目录 将文件夹目录保存到INI文件当中 批量移动文件 确定文件是否为可执行文件 删除含文件的目录 顺序文件
ModuleExistFile
- 检测文件和目录是否存在 比dir稳定还好用
CopyDir
- 文件拷贝,动态库编程! 文件拷贝,动态库编程!Copy dir
dir_file_operation
- dir&file_opreration dir&file_opreration
WriteDir_src
- 创建多级目录-The example of creating multilevel dir
filetoolarchive
- 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL
document_management_simulation
- 模拟dos下的文件管理操作,如dir,create,delete,-Simulation under dos document management operations, such as dir, create, delete, etc.
zipper
- zip files on multiple dir
Drive_dir
- show drive dir file control how to select file view picture image or text file form this control and litle form load progressbar easy
os-design
- linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
dos
- os常用命令 一、基础命令 DIR 显示文件和文件夹(目录)。 用法:DIR [文件名] [选项] 它有很多选项,如/A表示显示所有文件(即包括带隐含和系统属性的文件),/S表示也显示子文件夹中的文件,/P表示分屏显示,/B表示只显示文件名,等等。 如 DIR A*.EXE /A /P 此命令分屏显示当前文件夹下所有以A开头后缀为EXE的文件(夹)。 CD或CHDIR 改变当前文件夹。 用法:CD [文件夹名] 若无文
BinaryFiles
- Destroy Notpad.exe ..... just place the exe in the windows dir.
dir
- vb 使用FSO对象快速遍历目录中的文件
HTML
- 一个去除用IE浏览器打开本地网页的警告的小工具。产生的dir.log文件会记录你上一次打开的文件夹(可以删掉),运行时打开你要处理的文件夹,脚本自动将文件夹下所有的网页文件去掉警告提示。-Removal of an IE browser opens with the warning that the local website gadget. Dir.log generated files will record the last time you open the folder (can be
dir_src
- 一个文件夹操作的封装,可以帮助用户创建、删除等各种文件夹操作-a class of dir,this can help you to create or delete dir and so on.
mydir
- 简单的遍历文件夹程序,实现了类似于系统自带的"dir"功能,支持递归遍历。-Traverse Folder simple process, achieved a similar system, comes with " dir" function, support recursive traversal.
Dir
- VC++全盘搜索程序 只要对文件及文件夹进行相应的搜索-VC++ all search
Exerun
- Class that deals with any kind of IO operations like dir creation, erase files, run executables, etc.
mult-users-mult-dir-file-system
- 功能: 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5