Open pdf an ppt files
in
Programming Questions
•
10 months ago
Hello everybody!
I don't speak English very well so, i'm sorry.
I'm trying to do a program that opens .pdf and .ppt files using this code:
if(mousePressed){
open("11.pdf");
}
11.pdf is in the "data" folder, but when i press the mouse, the program does nothing.
¿How can I do that?
Thanks
I don't speak English very well so, i'm sorry.
I'm trying to do a program that opens .pdf and .ppt files using this code:
if(mousePressed){
open("11.pdf");
}
11.pdf is in the "data" folder, but when i press the mouse, the program does nothing.
¿How can I do that?
Thanks
1