Questions Tagged With filehttps://answers.axonivy.com/tags/file/?type=rss&user=hayitquestions tagged <span class="tag">file</span>enFri, 24 Mar 2017 13:48:34 -0400How to read file from a subfolder in files/application?https://answers.axonivy.com/questions/2529/how-to-read-file-from-a-subfolder-in-files-application<p>Hello,</p> <p>we created a subfolder in files/application and uploaded a file in this subfolder. Now I would like to read this file to send it as an Email-attachment.</p> <pre><code>File f = new File("subfolder\\testfile.pdf",false); java.io.File Anhang =new java.io.File(f.getName()); in.anhang=Anhang; </code></pre> <p>But ivy doesn't find the File. When we upload the file directly in files/application it works.</p> <p>Thank you.</p>hayitFri, 24 Mar 2017 13:48:34 -0400https://answers.axonivy.com/questions/2529/how-to-read-file-from-a-subfolder-in-files-applicationfileuploademailfile