@@ -140,10 +140,15 @@ /*! * @brief The URL as a string. */ @property (readonly, nonatomic) OFString *string; +/*! + * @brief The URL with relative sub paths resolved. + */ +@property (readonly, nonatomic) OFURL *URLByStandardizingPath; + #ifdef OF_HAVE_FILES /*! * @brief The local file system representation for a file URL. * * @note This only exists for URLs with the file scheme and throws an exception