快一個,爲什麼這個代碼心不是爲我工作:日期爲文件夾名稱
Directory.CreateDirectory(DateTime.ToString("dd-MM-yyyy"));
Erorr:
Error 1 An object reference is required for the non-static field, method, or property 'System.DateTime.ToString(string)' Documents\Visual Studio 2008\Projects\WindowsFormsApplication1\WindowsFormsApplication1\Form1.cs 83 39 WindowsFormsApplication1
有什麼不對?如果我想將文件夾名稱命名爲「This is folder of」,然後添加今天的日期,它應該如何顯示?
嘗試簡單的表達式'DateTime.ToString(「dd-MM-yyyy」)' - 會發生什麼? –