搜索资源列表
实现文件目录操作即时监视程序
- 实现文件目录操作即时监视程序,可以监视在Explore中的重命名、新建、删除文件或目录-directory operation to achieve immediate surveillance procedures can monitor Explore in the re-naming of new, delete files or directories
操作系统11
- 用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打开文件、关闭文件、读文件、写文件、修改文件名、修改目录名、修
文件删除
- 删除同一目录下的所有文件,目录,子目录及下 的所有文件-same directory delete all the files, directories, subdirectories and all documents under the
一个递归删除指定目录和文件的例子
- 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
W2kSqlextendedproc
- BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c
spath
- SPATH option directory. SPATH + directory: Adds directory at end of PATH. SPATH ( directory: Adds directory at begin of PATH. SPATH - directory: Drops directory from PATH. Note that PATH must be not be empty. echo Copyright (C) 1996-20
modify_menug
- 对“程序”菜单的编程,包括增加目录、增加程序、删除目录、删除程序等等。-right "procedures" menu of programming, including increasing the directory, add procedures, delete directory, delete procedures.
删除一个非空的目录
- 删除计算机内一个非空的目录-delete computer to a non-empty directory
simulate_ext3_filesystems
- 模拟linux的ext3文件系统。采用位图法。用一个文件模拟硬盘。实现创建、删除目录、文件。读、写文件,定位文件指针等功能。-simulation Linux ext3 file system. Bitmap method used. With a simulation of hard disk document. Implementation create, delete directory, documents. Reading, writing paper, positioning the
删除目录树的一个小程序
- 删除目录树的一个小程序 需要在tubroc环境下运行
Example073-删除目录
- 一个小而精的删除目录程序,也是给初学者看的:D-a small but excellent directory deletion procedures, as well as beginners to read : D
for_rm 用于删除目录下某个确定名字的文件或者文件名
- 用于删除目录下某个确定名字的文件或者文件名,可遍历。特别是如svn文件目录等-OK to delete a directory or file name of the file name, you can traverse. Svn directory in particular, such as
TreeView 在VB程序中对目录树进行操作控制
- 在VB程序中对目录树进行操作控制(添加删除等)-In the VB program to operate on the directory tree control (add delete, etc.)
C_FTP
- 实现ftp的上传、下载、删除、创建目录、删除目录、移动等功能并且可以断点续传和多线程上传下载-Achieve ftp upload, download, delete, create directories, delete directories, move and other functions and can be multi-threaded HTTP, and uploading and downloading
DelFileAll
- 删除目录下所有文件,可以参考使用的。 这个使用VC编写。-To delete all the files directory, you can reference to use. The preparation of the use of VC.
FileSystem
- 文件管理系统 包含二级以及多级文件管理系统 能够实现多种功能包括写文件 删除目录等-Document management system and includes two multi-level document management system to achieve a variety of functions, including the deletion of the directory, such as writing paper
批量目录和文件更名工具
- 批量进行目录的删除,文件的更名,txt文件的合并,重命名等。
Delphi 实现目录删除、复制、移动
- Delphi 实现基础的目录删除、复制、移动(Delphi Implement directory deletion, replication, and movement)
纯JS的树形目录节点添加删除
- 纯JS的树形目录,可以实现节点的添加和删除,节点后面带复选框,父节点带单选框,还带有复原选择的功能。对于学习JS非常有用!
删除目录
- vb中RmDir语句实现删除目录的一个实例(A RmDir statement in VB implements an instance of deleting a directory)