File Times Extended Attribute format
RBP | 大きさ | 型 | 名称 | 内容 |
0〜3 | 4 | unsigned long | Attribute Type | =5 |
4 | 1 | unsigned char | Attribute Subtype | =1 |
5〜7 | 3 | unsigned char[3] | Reserved | =0 |
8〜11 | 4 | unsigned long | Attribute Length (=A_L) | 属性長 (4の倍数) [bytes] |
12〜15 | 4 | unsigned long | Data Length (=D_L) | File Times の長さ [bytes] |
16〜19 | 4 | unsigned long | File Time Existence | 日時の内容 |
20〜A_L-1 | D_L | unsigned char[D_L] | File Times | 日時データ (timestamp の配列) |
File Time Existence は次のとおりです。
File Time Existence
bit | 意味 |
0 | 作成日時 |
2 | この日時以降に削除 |
3 | この日時以降に有効 (無ければ始めから有効) |
5 | 最終バックアップ日時 |
UDF1.02 では、File Times Extended Attribute を Macintosh だけで使用し、作成日時のみ記入します。