建立資料夾

建立資料夾


         
DirectoryInfo di =new DirectoryInfo (路徑);
if (di.Exists)
{
   lbMessafe.text="已存在"!;
}
else
{
di.Create();
成功
}

}
catch(excepion error)
{
lbMessafe.text="錯誤訊息"!;
}
    }
}

張貼留言

0 留言