[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sc-devel] minor path gotcha
Hi all,
Somebody put a slash in a directory name on one of the computers
in our studio. This breaks absolute paths in SC3, wiping out cmd-j,
etc.
It actually took me a few minutes to work out what was going on as
the error that showed up as an envir_ sent to nil. (This is my fault
as it was a result of adding environment support to Document, I will
put in a test for nil in *open.)
Putting a backslash in froth of the slash in the path does not fix
it. In Terminal, ls returns the path with a colon instead of a slash.
I don't know if there is some easy fix to this. If not, it may
warrant mention somewhere in the book.
RJK