<div dir="ltr">Hi folks, I want to solicit opinions from the broader Pd dev community before figuring out how to fix this bug report from Alex:<div><a href="https://github.com/iainctduncan/scheme-for-pd/issues/15">https://github.com/iainctduncan/scheme-for-pd/issues/15</a><br></div><div><br></div><div>His point was that a relative path didn't do what he expected, situation</div><div>- an s4pd object created as "sp4d scm/my-file.scm"</div><div><br></div><div>So this is what I think should happen for file searching, but will change my mind if it is not in accordance with what users would expect. The handling rules will be the same whether from a a "read {file}" message or an arg to the object:</div><div><br></div><div>Proposed Rules:</div><div>- absolute paths - opened</div><div>- single file name paths:</div><div>   - first look in the canvas directory</div><div>   - then search all Pd paths</div><div>- relative path names (i.e. "s4pd scm/foo.scm"):</div><div>  - search in the canvas directory</div><div>  - do *not* traverse through all directories on the Pd search paths</div><div><br></div><div>Does that sound right? Or would the expectation be that it would search for scm/foo.js on all the search paths? </div><div><br></div><div>Related, should it know how to do the right thing to convert unix style paths on windows?</div><div><br></div><div>Please feel free to comment here or on the github ticket.</div><div><br></div><div>thanks</div><div>iain</div></div>