@@ -141,12 +141,17 @@ * * @return A new, autoreleased OFMutableURL */ + (instancetype)URL; +/*! + * @brief Resolves relative sub paths. + */ +- (void)standardizePath; + /*! * @brief Converts the mutable URL to an immutable URL. */ - (void)makeImmutable; @end OF_ASSUME_NONNULL_END