免费99精品国产自在首页,国产片aⅴ在线观看国语,东京热国产精品无码专区免费,一区二区三区国产亚洲综合

  • <big id="zzzms"></big>
      1. <source id="zzzms"><menu id="zzzms"></menu></source>
        1. <source id="zzzms"></source>

          C# 路徑中獲取文件全路徑

          C# 路徑中獲取文件全路徑、目錄、擴展名、文件名稱



          學習下載專區(qū) 【2019-11-14 15:50】


          //獲取當前運行程序的目錄

          Application.StartupPath;
          Environment.CurrentDirectory;

          //一個文件目錄
          string filePath = "C:\\JiYF\\BenXH\\BenXHCMS.xml";
          System.IO.Path.GetFullPath(filePath);? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?//-->C:\JiYF\BenXH\BenXHCMS.xml
          System.IO.Path.GetDirectoryName(filePath);? ? ? ? ? ? ? ? ? ? ? ? ? ?//-->C:\JiYF\BenXH
          System.IO.Path.GetFileName(filePath);? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? //-->BenXHCMS.xml
          System.IO.Path.GetFileNameWithoutExtension(filePath);? ? ? ? //-->BenXHCMS
          System.IO.Path.GetExtension(filePath);? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? //-->.xml
          System.IO.Path.GetPathRoot(filePath);? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?//-->C:\
          ————————————————
          友情鏈接:
          sql修復專家
          • 關注微博
            聯(lián)系QQ
          • 二維碼
          • 掃一掃加關注

          ——信陽市速全網(wǎng)絡科技有限公司——

          版權所有:信陽市速全網(wǎng)絡科技有限公司

          豫ICP備19030104號-2