History log of /vbox/src/VBox/Runtime/common/path/rtpath-expand-template.cpp.h
Revision Date Author Comments Expand
8d930713fffc340c60a889a6d643557a750ca432 45395 08-Apr-2013 vboxsync

build fix

e5dc0696566fc781da74690258b826515e7d496e 45391 07-Apr-2013 vboxsync

IPRT: Changed the RTPATHPARSE_FLAGS_ into generic ones as they will be shared with RTPathSplit*. Introduced a new character called RTPATH_STYLE with can have two values (currently) RTPATH_STR_F_STYLE_DOS or RTPATH_STR_F_STYLE_UNIX. Some other minor adjustments.

889f8d29a8325ed741d1466074c5371910a1fd63 45389 07-Apr-2013 vboxsync

IPRT: A Study in Paths - Chapter 1: The cross platform parser.