ide: Fixed problems with package renaming

git-svn-id: svn://ultimatepp.org/upp/trunk@10372 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-10-28 09:21:16 +00:00
parent a2fd05305e
commit 66d90187c6
4 changed files with 29 additions and 15 deletions

View file

@ -215,6 +215,8 @@ inline
String PackageDirectory(const String& name) { return GetFileDirectory(PackagePath(name)); }
bool IsNestReadOnly(const String& path);
String GetPackagePathNest(const String& path);
String GetLocalDir();
String LocalPath(const String& filename);