X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcommon%2Futils%2Ffile_util.h;h=943f08357900c174a442c6c4c8553eabe1a21c56;hb=267a8d15289dcf745cd149419a258118c7de53f4;hp=19de7f664427e05b6a91edff48c9e750f7b63c07;hpb=55a05b4f2ca8baaf0448960ad27bd62539d3eec5;p=platform%2Fcore%2Fappfw%2Fapp-installers.git diff --git a/src/common/utils/file_util.h b/src/common/utils/file_util.h index 19de7f6..943f083 100644 --- a/src/common/utils/file_util.h +++ b/src/common/utils/file_util.h @@ -8,6 +8,7 @@ #include #include #include +#include namespace common_installer { @@ -97,6 +98,8 @@ bool IsSubDir(const boost::filesystem::path& path, boost::filesystem::path RelativePath(const boost::filesystem::path& from, const boost::filesystem::path& to); +std::vector GetDirectoryList(const boost::filesystem::path& cwd); + } // namespace common_installer #endif // COMMON_UTILS_FILE_UTIL_H_