-
管理 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
-
Josephus write a problem solving function. With the sequence of integers 1, 2, 3...
编写一个求解Josephus问题的函数。用整数序列1, 2, 3, ……, n表示顺序围坐在圆桌周围的人。然后使用n = 9, s = 1, m = 5,以及n = 9, s = 1, m = 0,或者n = 9, s = 1, m = 10作为输入数据,检查你的程序的正 确性和健壮性。最后分析所完成算法的时间复杂度。定义JosephusCircle类,其中含完成初始化、报数出圈成 员函数、输出显示等方法。-Josephus write a problem solving function. With the sequence of integers 1, 2, 3, ... ..., n the order of sitting around the round table, said the people around. And then use n = 9, s = 1, m = 5, and n = 9, s = 1, m = 0, or n = 9, s = 1, m = 10 as input data, check the correctness of your program and robustness. Completed the final analysis, the algorithm" s time complexity. Definition JosephusCircle class, which included the completion of initialization, reported that the number of member functions of a circle, the output display and other methods.
- 2022-04-13 07:18:12下载
- 积分:1
-
矩形域拟合平面
在 VC6.0 编译器的最小二乘拟合程序一个简单的面下, 压缩的包是一个源所载 cpp 和.h 和.inl。
- 2022-07-25 11:55:24下载
- 积分:1
-
VC的圆形时钟实现程序编写,时钟时间显示…
vc编写的实现圆形时钟的程序,时钟显示系统时间-vc prepared by the round the clock to achieve the procedure, the clock time display system
- 2022-05-25 05:35:09下载
- 积分:1
-
求闰年的算法,具体请详细阅读文本中算法,绝对没有错。课直接复制上VC运行...
求闰年的算法,具体请详细阅读文本中算法,绝对没有错。课直接复制上VC运行-Seeking a leap year algorithm, please read the text of a specific algorithm, is absolutely not wrong. VC running on a direct course to copy
- 2023-08-28 12:05:03下载
- 积分:1
-
windows平台下DES加密类,VC++6.0环境编译
windows平台下DES加密类,VC++6.0环境编译-DES encryption windows platform category, VC++6.0 compiler environment
- 2022-02-22 06:30:38下载
- 积分:1
-
包括了图像平滑和图像增强,边缘检测,二值化和细化,面积测量等。...
包括了图像平滑和图像增强,边缘检测,二值化和细化,面积测量等。-including image smoothing and image enhancement, edge detection, two values and refinement, area measurement.
- 2022-07-21 12:25:46下载
- 积分:1
-
SilverlightImgLoader,展示siverlight下载图片的进度
SilverlightImgLoader,展示siverlight下载图片的进度-SilverlightImgLoader, download pictures show the progress of siverlight
- 2022-03-25 14:31:25下载
- 积分:1
-
simulation for chemo
simulation for chemo-taxi, the movement of bacteria towards higher
concentration of food based on biased random walk.
- 2022-05-22 06:19:30下载
- 积分:1
-
关于内部类的一些算法和处理的基本方法,都是金典的例子。...
关于内部类的一些算法和处理的基本方法,都是金典的例子。-On some kind of internal algorithms and the basic methods of treatment are Jindian example.
- 2022-04-11 11:15:29下载
- 积分:1