如何获取给定文件的完整路径?
例如,我提供:
string filename = @"test.txt";
结果应该是:
Full File Path = C:\Windows\ABC\Test\test.txt
c# winforms
c# ×1
winforms ×1