Hello,
I have a custom library that downloads file from SharePoint folder to local.
The problem is, when I try using it, I am getting error download to project’s Data folder.
I am passing the download path as “CurrentProject\Data\Input”
However, bot is trying to look for the Data folder of the library I am calling instead of Data folder of the current project.
Could not find a part of the path ‘C:\Users\Z_JTIDEVRP15.nuget\packages\custom_library\1.0.19.1\lib\net45\Data\Input\FileToDownload.xlsx’.
For more clarity:
Project name calling the DownloadFile function: CurrentProject
Folder where I want to download the file: CurrentProject\Data\Input
Library name containing DownloadFile: custom_library