diff options
author | Dongeup Ham <dongeup.ham@samsung.com> | 2012-11-06 12:55:34 +0900 |
---|---|---|
committer | Dongeup Ham <dongeup.ham@samsung.com> | 2012-11-06 12:55:34 +0900 |
commit | baad189f97c525a0ee50be07cd5ac82253b4a2da (patch) | |
tree | 717e7c6b4f09fd2bec5c6aeb8af015474bda147f /src/Util/InstallerUtil.h | |
parent | b3a15131cb80364229ede77333775da1e6a26bd4 (diff) | |
download | installer-baad189f97c525a0ee50be07cd5ac82253b4a2da.tar.gz installer-baad189f97c525a0ee50be07cd5ac82253b4a2da.tar.bz2 installer-baad189f97c525a0ee50be07cd5ac82253b4a2da.zip |
Implementation to remove real directory path.
Change-Id: I4aecf97e8be68ef253d730dce38cc324ff592671
Diffstat (limited to 'src/Util/InstallerUtil.h')
-rwxr-xr-x | src/Util/InstallerUtil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util/InstallerUtil.h b/src/Util/InstallerUtil.h index 0386ae5..2fae278 100755 --- a/src/Util/InstallerUtil.h +++ b/src/Util/InstallerUtil.h @@ -48,6 +48,7 @@ public: static bool Copy(const Osp::Base::String& srcFilePath, const Osp::Base::String& destFilePath); static bool CopyDirectory(const Osp::Base::String& srcFilePath, const Osp::Base::String& destFilePath); static bool IsSymlink(const Osp::Base::String& filePath); + static bool GetRealPath(const Osp::Base::String& filePath, Osp::Base::String& realPath); static bool CreateSymlink(const Osp::Base::String& oldPath, const Osp::Base::String& newPath); static bool ChangeMode(const Osp::Base::String& filePath, int mode); |