<div dir="ltr"><div><div><div><div>I have the following directory hierarchy [in the files attached]:<br><br></div>./dir1/dir2/dir2patch.pd<br>./dir1/dir1patch.pd<br>./top.pd<br><br></div>In top.pd I [declare -path dir1]<br></div>In ./dir1/dir1patch.pd I [declare -path dir2]<br><br></div><div>and in each of the patches I print out that the patch has loaded.<br><br></div><div>If I open 'top.pd' I get an error " dir2patch ... couldn't create"<br></div><div>pd top.pd<br><br></div><div>But if I open 'dir1/dir1patch.pd'<br></div><div>pd dir1/dir1patch.pd<br></div><div>or cd dir1 && pd dir1patch.pd<br><br></div><div>I have no errors.<br>I thought declare -path was supposed to be relative to the enclosing patch? Am I using it wrong? <br><br></div><div>I'm running 0.47.1<br><br></div><div>-Alex<br></div></div>