-
管理 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
-
下一代编程与开发 Whidbey
下一代编程与开发 Whidbey-programming and the development of the next generation Whidbey
- 2022-07-10 08:29:12下载
- 积分:1
-
动态分配内存的代码
动态分配内存的代码-dynamic memory allocation code
- 2023-08-04 22:45:06下载
- 积分:1
-
Android网上商城
实现简易的android网上商城,卖家通过web端注册上架商品,用户通过android端注册登录浏览商城并选择购买,实现收藏夹、购物车、买卖系统。
使用说明:使用tomcat开启服务器才能访问。android端和web端的url需要修改为自己的服务器,web端jdbc地址密码需要修改。
- 2022-07-16 19:03:48下载
- 积分:1
-
drive serial number from the VCL
取硬盘序列号的VCL-drive serial number from the VCL
- 2022-01-21 05:23:38下载
- 积分:1
-
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式...
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式-matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode
- 2022-04-18 16:38:13下载
- 积分:1
-
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打...
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打印HASHLIST,可以很方便的看到单词在表中的位置,便于理解哈希表。-Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
- 2022-07-03 20:42:16下载
- 积分:1
-
报警程序比较简单,中午和下午提醒一点。
闹钟程序,比较简单,中午和下午各提醒一次,时间请有需要者自行在程序里改-alarm procedures are relatively simple, at noon and in the afternoon to remind a time please those who need to change the program
- 2022-02-06 05:25:46下载
- 积分:1
-
Complete <<times Cheng master>> source code,, copy the compiler can...
完整的源代码,,copy直接编译就可以运行(验证过)-Complete source code,, copy the compiler can be run directly (verified)
- 2022-05-10 22:41:35下载
- 积分:1
-
Sample function to verbal represent money:
253$
Sample function to verbal represent money:
253$ -> two hundred fifty three dollars
One note: languige is RUSSIAN :--Sample function to verbal represent money:
253$-> two hundred fifty three dollars
One note: languige is RUSSIAN :-)))
- 2022-03-05 04:59:05下载
- 积分:1