Hi, I tried to open some files from my dirty scheduler NIF code: FILE *file; if ((file = fopen(path, "r")) != NULL) { … It fails. I know. This is probably something I should know about. I don't. Any hints? Cheers /Joakim