ObjFW  Diff

Differences From Artifact [72d3417f9d]:

To Artifact [1f6e451528]:


128
129
130
131
132
133
134
135

136
137

138
139
140

141
142

143
144
145
146
147
148
149
128
129
130
131
132
133
134

135
136

137
138
139

140
141

142
143
144
145
146
147
148
149







-
+

-
+


-
+

-
+







 * @param path The path to the item whose last access time should be returned
 *
 * @return The last access time of the specified item
 */
- (OFDate *)accessTimeOfItemAtPath: (OFString *)path;

/*!
 * @brief Returns the last modification time of the specified item.
 * @brief Returns the last modification date of the specified item.
 *
 * @param path The path to the item whose last modification time should be
 * @param path The path to the item whose last modification date should be
 *	       returned
 *
 * @return The last modification time of the specified item
 * @return The last modification date of the specified item
 */
- (OFDate *)modificationTimeOfItemAtPath: (OFString *)path;
- (OFDate *)modificationDateOfItemAtPath: (OFString *)path;

/*!
 * @brief Returns the last status change time of the specified item.
 *
 * @param path The path to the item whose last status change time should be
 *	       returned
 *