ObjFW  Diff

Differences From Artifact [65143331f2]:

To Artifact [443055fc12]:


64
65
66
67
68
69
70
71
72
73

74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
64
65
66
67
68
69
70



71

72
73


74
75
76
77
78
79
80
81
82
83
84
85







-
-
-
+
-


-
-












	[_path release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Failed to delete file %@ in class %@! " ERRFMT, _path, _inClass,
	    ERRPARAM];

	return _description;
}

- (int)errNo
{
	return _errNo;
}

- (OFString*)path
{
	OF_GETTER(_path, NO)
}
@end