标题:以下C#代码是什么意思??
取消只看楼主
liushiq2
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2011-6-1
结帖率:0
已结贴  问题点数:20 回复次数:2 
以下C#代码是什么意思??
if(lvw.SelectedItems[0].ImageIndex==1)
            {
                Send("DELE "+lvw.SelectedItems[0].Text);
                Receive();
                GetDirAndFiles("");
                msg="状态:> \t文件已删除."+CRLF;
                Font font = bigfont;
                Color color = Color.Blue;
                UpdateTXT(msg,color,font);
            }
            else
            {
                Send("RMD "+lvw.SelectedItems[0].Text);
                Receive();
                GetDirAndFiles("");
                msg="状态:> \t文件夹已删除."+CRLF;
                Font font = bigfont;
                Color color = Color.Blue;
                UpdateTXT(msg,color,font);
            }
搜索更多相关主题的帖子: color 
2011-06-01 18:35
liushiq2
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2011-6-1
得分:0 
我想问下它是怎么判断文件还是文件夹的??
2011-06-01 18:42
liushiq2
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2011-6-1
得分:0 
高手在哪里??
2011-06-01 18:58



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-341654-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.044439 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved