C# Path Examples
摘要:
You need ways to deal with filenames and paths in Windows in your C# programs. Windows uses different directory separators than other platforms. Additionally, you have to escape the \ character as \\, making the syntax harder to understand. Here we see how to use the excellent Path class in the .NET 阅读全文
posted @ 2011-07-04 13:37 qih33 阅读(780) 评论(0) 推荐(0)