ObjFW  Diff

Differences From Artifact [06d981b4b5]:

To Artifact [db18cd1da4]:


29
30
31
32
33
34
35
36

37
38
39
40
41
42
43
29
30
31
32
33
34
35

36
37
38
39
40
41
42
43







-
+







	OFString *_path;
	int _errNo;
}

/*!
 * The path of the directory to which the current path could not be changed.
 */
@property (readonly, copy) OFString *path;
@property (readonly, nonatomic) OFString *path;

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

/*!