remove unnecessary file'

This commit is contained in:
coderaiser 2012-06-14 08:29:52 +00:00
parent 12c934a390
commit fbf58aecb1
4 changed files with 3 additions and 17 deletions

View file

@ -336,8 +336,7 @@ CloudServer._controller=function(pReq, pRes)
if(pathname==='')pathname='/';
RightDir=pathname;
LeftDir=pathname;
//DirContent=fs.readdirSync(LeftDir);
LeftDir=pathname;
/* если встретиться пробел -
* меня код символа пробела на пробел
@ -397,7 +396,7 @@ CloudServer._readDir=function (pError, pFiles)
RightDir+='/';
LeftDir+='/';
}
//DirContent=
pFiles=pFiles.sort();
lJSON[0]={path:LeftDir,size:'dir'};