Changeset 49039 in vbox for trunk/include/VBox/com/string.h
- Timestamp:
- Oct 10, 2013 6:27:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r48691 r49039 706 706 707 707 /** 708 * Removes a trailing file name extensionfrom the member string, if present.709 * Calls RTPathStrip Ext() without having to mess with mutableRaw().710 */ 711 Utf8Str& strip Ext();708 * Removes a trailing file name suffix from the member string, if present. 709 * Calls RTPathStripSuffix() without having to mess with mutableRaw(). 710 */ 711 Utf8Str& stripSuffix(); 712 712 713 713 /**
Note:
See TracChangeset
for help on using the changeset viewer.