File tree Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Expand file tree Collapse file tree 2 files changed +23
-8
lines changed Original file line number Diff line number Diff line change @@ -754,16 +754,22 @@ with the filesystem.
754
754
length in bytes of the pathname contained in the symbolic link.
755
755
</li >
756
756
<li >
757
- <p ><a name =" descriptor_stat.data_access_timestamp " ><code >data-access-timestamp</code ></a >: <a href =" #datetime " ><a href =" #datetime " ><code >datetime</code ></a ></a ></p >
757
+ <p ><a name =" descriptor_stat.data_access_timestamp " ><code >data-access-timestamp</code ></a >: option & lt ; <a href =" #datetime " ><a href =" #datetime " ><code >datetime</code ></a ></a >& gt ; </p >
758
758
<p >Last data access timestamp.
759
+ <p >If the <code >option</code > is none, the platform doesn't maintain an access
760
+ timestamp for this file.</p >
759
761
</li >
760
762
<li >
761
- <p ><a name =" descriptor_stat.data_modification_timestamp " ><code >data-modification-timestamp</code ></a >: <a href =" #datetime " ><a href =" #datetime " ><code >datetime</code ></a ></a ></p >
763
+ <p ><a name =" descriptor_stat.data_modification_timestamp " ><code >data-modification-timestamp</code ></a >: option & lt ; <a href =" #datetime " ><a href =" #datetime " ><code >datetime</code ></a ></a >& gt ; </p >
762
764
<p >Last data modification timestamp.
765
+ <p >If the <code >option</code > is none, the platform doesn't maintain a
766
+ modification timestamp for this file.</p >
763
767
</li >
764
768
<li >
765
- <p ><a name =" descriptor_stat.status_change_timestamp " ><code >status-change-timestamp</code ></a >: <a href =" #datetime " ><a href =" #datetime " ><code >datetime</code ></a ></a ></p >
766
- <p >Last file status change timestamp.
769
+ <p ><a name =" descriptor_stat.status_change_timestamp " ><code >status-change-timestamp</code ></a >: option< ; <a href =" #datetime " ><a href =" #datetime " ><code >datetime</code ></a ></a >> ; </p >
770
+ <p >Last file status-change timestamp.
771
+ <p >If the <code >option</code > is none, the platform doesn't maintain a
772
+ status-change timestamp for this file.</p >
767
773
</li >
768
774
</ul >
769
775
<h4 ><a name =" advice " ><code >enum advice</code ></a ></h4 >
Original file line number Diff line number Diff line change @@ -107,11 +107,20 @@ interface types {
107
107
/// length in bytes of the pathname contained in the symbolic link.
108
108
size : filesize ,
109
109
/// Last data access timestamp.
110
- data-access-timestamp : datetime ,
110
+ ///
111
+ /// If the `option` is none, the platform doesn't maintain an access
112
+ /// timestamp for this file.
113
+ data-access-timestamp : option <datetime >,
111
114
/// Last data modification timestamp.
112
- data-modification-timestamp : datetime ,
113
- /// Last file status change timestamp.
114
- status-change-timestamp : datetime ,
115
+ ///
116
+ /// If the `option` is none, the platform doesn't maintain a
117
+ /// modification timestamp for this file.
118
+ data-modification-timestamp : option <datetime >,
119
+ /// Last file status-change timestamp.
120
+ ///
121
+ /// If the `option` is none, the platform doesn't maintain a
122
+ /// status-change timestamp for this file.
123
+ status-change-timestamp : option <datetime >,
115
124
}
116
125
117
126
/// Flags determining the method of how paths are resolved.
You can’t perform that action at this time.
0 commit comments