在我的项目中,我目前在桌面上有文件的路径。 我想在项目内移动文件夹,但只会收到错误。
我现在的实际路径:
string[] filePaths = Directory.GetFiles(@"C:/Users/v80770/Desktop/Movies/");
我希望能够通过写入获取文件;
string[] filePaths = Directory.GetFiles(@"./Resources/Movies");
我收到的错误消息:
System.IO.DirectoryNotFoundException: 'Could not find a part of the path 'C:\Users\v\Desktop\Applikation\SourceCode\Applications\***\*** ***\****.App\bin\x86\Debug\Resources\Movies'.'