protected void CreateDataTemp()
{
string TempPath = System.Windows.Forms.Application.StartupPath + @"\要建立資料夾名稱\";
if (Directory.Exists(TempPath))
{
//資料夾存在
}
else
{
//新增資料夾
Directory.CreateDirectory(TempPath);
}
}
CONVERT ( data_type [ ( length ) ] , expression [ , style ] ) CONVERT style參數說明 1 (expression為 money 或 smallmoney型別): 0 : 預設,保留小數位後兩位,並四捨...
沒有留言:
張貼留言