ObjFW  Diff

Differences From Artifact [23818d57ae]:

To Artifact [a1fc5de069]:


28
29
30
31
32
33
34
35

36
37
38
39
40
41
42
28
29
30
31
32
33
34

35
36
37
38
39
40
41
42







-
+







	OFString *_path;
	int _errNo;
}

/*!
 * The path of the directory which couldn't be created.
 */
@property (readonly, copy) OFString *path;
@property (readonly, nonatomic) OFString *path;

/*!
 * The errno of the error that occurred.
 */
@property (readonly) int errNo;

/*!