Questions Tagged With javahttps://answers.axonivy.com/tags/java/?type=rss&user=Bj%C3%B6rnquestions tagged <span class="tag">java</span>enThu, 12 Dec 2013 16:56:28 -0500How to switch between java.io.File and ivy.scripting.objects.File?https://answers.axonivy.com/questions/199/how-to-switch-between-java-io-file-and-ivy-scripting-objects-file<p>From the Xpert.ivy help I succeeded in converting a ivy File Object to an Java File Object by using...</p> <pre><code>java.io.File tempFile = in.someIvyFileObjectInstance.getJavaFile(); </code></pre> <p>But what about the inverse way: Java File -&gt; Ivy File? I didn't found a solution for this.</p>BjörnThu, 12 Dec 2013 16:56:28 -0500https://answers.axonivy.com/questions/199/how-to-switch-between-java-io-file-and-ivy-scripting-objects-filejavafile