open a pde with open()
in
Integration and Hardware
•
4 months ago
I need major help. I have created multiple processing sketches with a main sketch that has a link to all of them.
the file structure is
project3{
back(folder)
project3.pde
}
back{
back.pde
}
when i do open("back/back.pde");
nothing happens there isnt even an error saying missing file path!
I really need help my project is due tomorrow!
1