1. In Microsoft Windows, the file path uses \ , we need two \\ because
strPath = "D:\\Program Files\\Microsoft Office\\Office15"
2. In Linux, the file path is
strPath = "//home //Michael//workspace//hello.cpp"
the root directory starts /
2022-07-26 10:55:40
1. In Microsoft Windows, the file path uses \ , we need two \\ because
strPath = "D:\\Program Files\\Microsoft Office\\Office15"
2. In Linux, the file path is
strPath = "//home //Michael//workspace//hello.cpp"
the root directory starts /
下一篇:(69)C# 流