DPL Path - Extension method
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 19 Aug 2013 08:59:00 +0000 (10:59 +0200)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 27 Aug 2013 14:12:06 +0000 (23:12 +0900)
commit282415983fdd1284be0faae691581e52e5da1eb9
treeb0b41922c5a61dd25ad37da3216f1ecce3e592e9
parent9318c9e1ce1882a71baa87366e777a43f81b5d31
DPL Path - Extension method

[Issue#]       WGL-428
[Bug]          No way to get file extension
[Cause]        Extension() function is needed for wrt installer
[Solution]     Add function and test case
[Verification] Run tests: wrt-commons-tests-utils --output=text --regexp="path_"

Change-Id: I8a2a889303f0278471b283044e5acfd634963622
modules/utils/include/dpl/utils/path.h
modules/utils/src/path.cpp
tests/utils/path_tests.cpp