📄 dir.html
字号:
<title>NTFS Directories</title>The NTFS directory is an index of file names. An NTFS index consists of<a href=indexroot.html>index root</a>,<a href=indexallocation.html>index allocation</a>, and<a href=abitmap.html>bitmap</a> attributes. Each attribute is named "$I30",probably because it the index is for the attribute <a href=data.html>30</a>.The entries in the directory are ordered alphabetically. All entries areconverted to upper case before sorting. Upper case is defined by the file<a href=UpCase.html>$UpCase</a>. Each entry can point to <a href=indexallocation.html>index buffer</a>, which contains more entriesthat come before this entry. One artificial entry mark the end of an entrylist.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -