@@ -25,12 +25,12 @@ OFString *mode; int errNo; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, assign) OFString *path; -@property (readonly, assign) OFString *mode; +@property (readonly, copy, nonatomic) OFString *path; +@property (readonly, copy, nonatomic) OFString *mode; @property (readonly) int errNo; #endif /** * \param class_ The class of the object which caused the exception