I discovered today that fileSearch and fileRandom will not return a result if there is a space in the path.
For example print(fileRandom(/Project Name/*.*)) will not work but print(fileRandom(/DifferentProjectName/*.*)) does. I renamed my project but it broke a ton of references in other places. Is there a way to get around this limitation? or chr(32)...something like that?