@@ -102,10 +102,18 @@ * @return A new, autoreleased OFURL */ + (instancetype)URLWithString: (OFString*)string relativeToURL: (OFURL*)URL; +/*! + * @brief Creates a new URL with the specified local file path. + * + * @param path The local file path + * @return A new, autoreleased OFURL + */ ++ (instancetype)fileURLWithPath: (OFString*)path; + /*! * @brief Initializes an already allocated OFURL with the specified string. * * @param string A string describing a URL * @return An initialized OFURL