gpt4 book ai didi

c# - 如何在 .NET/C# 中创建带尾随点 (.) 的文件夹?

转载 作者:行者123 更新时间:2023-11-30 19:05:57 25 4
gpt4 key购买 nike

我需要使用 C# 创建带有尾随点 (.) 的文件夹。这是我的代码:

System.IO.Directory.CreateDirectory("d:\\MyCorp Inc.");

但是创建的文件夹没有最后一个点。有解决办法吗?

我正在使用 .NET Framework 4.5/C#。我的文件系统是 NTFS,在 Windows 8 上。

最佳答案

Microsoft 明确指出这是不应该做的事情:http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx

Do not end a file or directory name with a space or a period. Although the underlying file system may support such names, the Windows shell and user interface does not. However, it is acceptable to specify a period as the first character of a name. For example, ".temp".

关于c# - 如何在 .NET/C# 中创建带尾随点 (.) 的文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15775867/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com