subfolders for pde files
in
Programming Questions
•
2 years ago
I am writing a pretty complex sketch, which has grown to thousands of lines of code. To keep me from going insane, I have split my code among a number of files.
Is it possible to group pde files in subdirectories? Perhaps with import statements of some sort?
1