filename.html

来自「NTFS(NT文件系统) for Linux的一个实现源码」· HTML 代码 · 共 25 行

HTML
25
字号
<title>File name attribute</title>The file name data are as follows:<pre>Offset(length)    Description0(8)              MFT record number of directory that contains this name8(20)             File modification times28(8)             Allocated size30(8)             Attribute size38(8)             Flags (see also standard attributes)                  38: 01 read-only            02 hidden                      04 system               08                      10                      20 archive                      40                      80                  39: 08 compressed                  3B: 10 directory40(1)             Length of file name in words41(1)             Type of file name:                       0 - Posix,                      1 - Unicode,                       2 - DOS (8.3),                       3 - both Unicode and DOS42(2*length)      File name in Unicode</pre><i>What are the other flags?</i>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?