search
尋找貓咪~QQ 地點 桃園市桃園區 Taoyuan , Taoyuan

C# 建立資料夾[ Create Folder ] – jashliao部落格

C# 建立資料夾[ Create Folder ]

 

    class ImageFile
    {
        public static String m_StrImagePath = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + “\\SYRIS_Fingerprint\\Images”;

        public static void CreateFolder(String pathString)
        {
            System.IO.Directory.CreateDirectory(pathString);
        }

    }

 

 

 

 

 



熱門推薦

本文由 jashliaoeuwordpress 提供 原文連結

寵物協尋 相信 終究能找到回家的路
寫了7763篇文章,獲得2次喜歡
留言回覆
回覆
精彩推薦