Expand description
模拟的链接、挂载模块 fat32本身不支持符号链接和硬链接,两个指向相同文件的目录条目将会被chkdsk报告为交叉链接并修复
Structs
- A struct to represent a file path, which will be canonicalized
Constants
- The file descriptor used to specify the current working directory of a process
Statics
- 实际文件(而不是用户文件)到链接数的映射
- 用户看到的文件到实际文件的映射
Functions
- 创建一个链接
- To deal with the path and return the canonicalized path
- 获取文件的链接数
- Safety
- Safety
- 将用户提供的路径转换成实际的路径
- 删除一个链接