The system cannot find the file path error

0
Hello,  I want to download file from local file path but I am getting this error that The system cannot find the file specified An error has occurred while handling the request.  Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.io.FileNotFoundException: D:\Ash\Test (The system cannot find the file specified)       Does anyone know how to solve it?   Regards, Aishwarya
asked
2 answers
0

Hi Aishwarya,

I just tried to do the same, and it works fine for me.

 

Are you sure, the file you specified exists ("Test" without extension)?

 

Best,

Holger

 

answered
0

It seems like a file path issue. Double-check the file location and ensure it’s correct. If paths are too long or have special characters, try LongPathTool to resolve the issue.

answered