-
管理 NTFS 交界点
创建和删除 NTFS 联结点简单 !
有三种类型的文件在 NTFS 文件系统支持的链接: 硬链接、 路口和符号链接。本主题是硬链接和路口的概述。
硬链接
硬链接是文件的多个路径引用单个文件在同一个卷中的文件系统表示形式。若要创建硬链接,请使用 CreateHardLink 函数。对该文件的任何更改都立即可见,这些应用程序访问它通过引用它的硬链接。但是,目录条目的大小和属性信息是只更新更改是通过它的链接。请注意对该文件的属性反映在每一个硬链接到该文件中对该文件的属性的更改传播到所有的硬链接。例如,如果你重置删除那特别的硬链接,硬链接上的只读属性并有多个硬链接到实际的文件中,那么您将需要重置只读位上从剩余的硬盘的一个文件,使文件的链接和所有剩余的硬链接回只读状态。
例如,在系统中的 c: 和 d: 都是本地驱动器和 z: 是一个网络驱动器映射到 fredshare,允许作为硬链接以下引用:
链接到 C:dirbdirclucy.txt C:diraethel.txt
D:dir1tinker.txt 到 D:dir2dirxbell.txt
链接到 C:dir2mina.txt C:dirybob.bak
以下不是:
链接到 C:dirb C:dira
链接到 D:dirblucy.txt C:diraethel.txt
链接到 Z:dirblucy.txt C:diraethel.txt
若要删除一个硬链接,使用 DeletFile函数。您可以删除任何顺
- 2022-09-07 10:20:03下载
- 积分:1
-
hello程序!
hello program!
visual
C-program hello! Visual C
- 2023-03-07 05:30:03下载
- 积分:1
-
一个演示钩子功能的例程.来自www.codeproject.com。
一个演示钩子功能的例程.来自www.codeproject.com。-a demonstration of the hook function routines. From www.codeproject.com.
- 2022-10-16 12:20:03下载
- 积分:1
-
通过该程序,可以快捷连接到文件夹或文件。
通过该程序,可以快捷连接到文件夹或文件。-adoption of the procedures, can quickly connect to the folder or document.
- 2022-08-07 12:24:55下载
- 积分:1
-
可以实时显示接受数据的曲线控件,可以实时的显示数据,具有一定的借鉴意义。...
可以实时显示接受数据的曲线控件,可以实时的显示数据,具有一定的借鉴意义。-Real-time data show that the curve control, can display real-time data, has a certain referential significance.
- 2022-10-30 14:50:02下载
- 积分:1
-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
学生成绩管理系统
整个系统除了主函数外,另外还有10个函数,实现八大功能:输入功能、显示功能、查找功能、删除功能、排序功能、插入功能、保存功能、读取功能。...
学生成绩管理系统
整个系统除了主函数外,另外还有10个函数,实现八大功能:输入功能、显示功能、查找功能、删除功能、排序功能、插入功能、保存功能、读取功能。-Student achievement management system for the entire system apart from the main function, there have 10 functions, to achieve the eight functions: input, display, search function, delete function, sorting function, insert a function, save function, reading function.
- 2022-06-14 09:58:04下载
- 积分:1
-
基于Wince 4.2 操作系统,用Evc4.0编写的s3c2410 SPI模块程序
基于Wince 4.2 操作系统,用Evc4.0编写的s3c2410 SPI模块程序-Wince 4.2-based operating system, with Evc4.0 prepared s3c2410 SPI module procedures
- 2022-01-26 17:09:40下载
- 积分:1
-
Zuma fun game' s source code has been compiled through, you can use, there is...
好玩的祖玛小游戏的源代码,已编译通过,可以正常使用,没有密码-Zuma fun game" s source code has been compiled through, you can use, there is no password
- 2022-07-01 18:14:56下载
- 积分:1
-
发送Email的程序
发送Email的程序-procedures
- 2022-04-30 15:21:19下载
- 积分:1