cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
coreram
Level 2

How to Create a File

Hi

I am new to InstallSheild MultiPlatForm. I just want to create a File(.txt/.properties) and write some text into that File. Can any one help me in doing this.

For Example in Java
String path = "E:\\temp\\installshieldFile.txt";
File file = new File(path);
boolean success = file.createNewFile();

Please Suggest me.

Thanks In Advance,
Ram
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

You might look into using the built-in ASCII File Update action to create and populate a text file...
0 Kudos