standard.html
来自「一个linux下NTFS文件格式源代码」· HTML 代码 · 共 25 行
HTML
25 行
<title>Standard information attribute</title>The layout of the data in the standard information is as follows. Note that all offsets are relativ to the beginning of the data, not to theattribute<pre>Offset(length) Description0(8) File creation time8(8) Last modification time for data attribute10(8) Last modification time for any attribute18(8) Last access time20(4) MS-DOS file permissions: 800 file is compressed 400 symlink 020 archive bit 004 system bit 002 hidden bit 001 read-only bit24(C) unused, zero</pre>The time values are stored in universal coordinated time, which is basedon Jan 1, 1601, and in units of 100ns. It is not clear whether the valueshould be considered signed :-).<p><i>Where is the other information mentioned on p. 23?</i>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?