added: function: mkdir

git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@471 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2008-12-31 13:36:46 +00:00
parent 3e328932fc
commit 114b5724f8
18 changed files with 77 additions and 22 deletions

View File

@@ -335,3 +335,11 @@ Item * Dirs::GetDir(long id)
return &(*i);
}
void Dirs::AddDir(const Item & item)
{
dir_table.PushBack(item);
}