1 //primitive fails with boost::filesystem::status: Operation not permitted: "/tmp/"
2 //using the old sclang implementation for file exists until fixed.
5 *exists { arg pathName;
7 file = File(pathName,"r");
8 if (file.isOpen, { file.close; ^true });