Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要明智地创建文件日期,尽管现在正在创建文件夹。
但我需要将日期明智的文件放在运行时文件夹中
String logfile = t.FileName.ToString() + "/" + LoginID + "DateTime.ToString("yyyyMMdd").txt"; t.FileName = logfile;
LoginID是从数据库和动态更改文件夹中获取的值,但需要创建文本文件。我被困在这里。
LoginID
任何帮助?