dir.html

来自「一个linux下NTFS文件格式源代码」· HTML 代码 · 共 15 行

HTML
15
字号
<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 + =
减小字号Ctrl + -
显示快捷键?