I've a generated file in D:/EXPORT_BASE/Export_report. What I need to do is use the filePath string to fetch this file from my local, and then convert this to InputStream.
String filePath = D:/EXPORT_BASE/Export_report/1557834965979_report.txt
I need to use the String to get the file and write it to InputStream.