General Discussion > Computer Programming

Creating .8xp programs (Axe) in Java

<< < (3/3)

pimathbrainiac:
How do you write a file, exactly? (create a file to write to, I guess)

cooliojazz:
Like this:


--- Code: ---ProgramFile pf = new ProgramFile();
pf.Tokens = "YAY! TOKENS!";
pf.Name = "TOKENPRG";
pf.saveFile("Cool File.8xp");

--- End code ---

LocoPocoBirdy:
Sorry to post but I have successfully used your code to create an 8xp decompiler for android. Is it ok if use it? I will definitely credit you.
 

Navigation

[0] Message Index

[*] Previous page

Go to full version