From the Xpert.ivy help I succeeded in converting a ivy File Object to an Java File Object by using...
But what about the inverse way: Java File -> Ivy File? I didn't found a solution for this. asked 12.12.2013 at 16:56 Björn |
The ivy file is always relative addressed (relative to the files folder of the application). See more details on the Designer Help about ivyScript File. So normally it makes no sense to generate an ivy file out of a java file if you do not want it to be saved/acessed relatively. Possible solution to move a java file into a ivy file: 1. Create IvyFile, then move the java File to the new ivy file.
answered 13.12.2013 at 14:14 Christian St... ♦ Hi Christian. Thanks for your answer. This was exactly, what I was looking for. I only changed moveFile to copyFile for my needs.
(13.12.2013 at 17:57)
Björn
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 12.12.2013 at 16:56
Seen: 4,739 times
Last updated: 13.12.2013 at 17:57