cancel
Showing results for 
Search instead for 
Did you mean: 

UDF: Load file from "imported archives"

Former Member
0 Kudos

Hi everybody,

I need some code for loading a file from the imported archive. I can't find any blog.

Regards Mario

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

it was very easy:

FileInputStream fstream = new FileInputStream(fileName);

Former Member
0 Kudos

>>loading a file from the imported archive

I dint get this. What does the imported archive contain? A java class? If so, you can acess the members of the class in the UDF with the correct package name.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi Jai,

no it is a txt-file with some information I need in UDF.

Regards Mario