@@ -285,10 +285,18 @@ * @brief The string in Unicode Normalization Form KD (NFKD). */ @property (readonly, nonatomic) OFString *decomposedStringWithCompatibilityMapping; # endif + +# ifdef OF_WINDOWS +/*! + * @brief The string with the Windows Environment Strings expanded. + */ +@property (readonly, nonatomic) + OFString *stringByExpandingWindowsEnvironmentStrings; +# endif /*! * @brief Creates a new OFString. * * @return A new, autoreleased OFString