zoukankan      html  css  js  c++  java
  • 读取xml中的所有文件名

    void FindFile(Directory d)

    {

           FileOrFolders = d.GetFileOrFolders();

           foreach(FileOrFolders fof in FileOrFolders)

          {

                if(for is File)

              {

                    you found a File;

               }

                else if(for is Directory)

              {

                  FildFile(fof);

              }

            }

    }

  • 相关阅读:
    推荐Windows下SVN服务器端和客户端工具软件
    QT的一些小知识
    Qt
    Qt
    ADB
    HTTP
    Python
    项目附
    项目
    架构
  • 原文地址:https://www.cnblogs.com/wuhuisheng/p/1773446.html
Copyright © 2011-2022 走看看