added: function cp (only for files)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@605 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-06-03 17:38:18 +00:00
parent fe8774953a
commit 2a26968c6c
21 changed files with 377 additions and 171 deletions

View File

@@ -49,6 +49,7 @@ return true;
}
bool Content::MoveCheckAccessFrom()
{
if( request.is_item )
@@ -125,7 +126,7 @@ return true;
bool Content::MoveParseDir(long & dir_id, std::string & dir, std::string & file)
{
std::string * move_to = request.PostVar("moveto");
std::string * move_to = request.PostVar("to");
if( !move_to )
{