ultimatepp/uppsrc/ide/Package.cpp
cxl 2a812e382e FileSel::PreSelect
git-svn-id: svn://ultimatepp.org/upp/trunk@1344 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-28 13:05:43 +00:00

23 lines
350 B
C++

#include "ide.h"
Vector<String> GetAllUses(const char *path)
{
Index<String> upp;
return upp.PickKeys();
/* for(FindFile ff(ConfigFile("*.var")); ff; ff.Next())
if(ff.IsFile()) {
}
varlist.Add(GetFileTitle(ff.GetName()));*/
}
void CopyPackage(const char *path)
{
}
void RenamePackage(const char *path)
{
}