Apr 3, 2002 #1 cadbilbao Programmer Apr 9, 2001 233 ES Hello. I'm trying to compile this piece of code: return access((const char *)path, mode); But I get an error message suggesting that 'access' is not implemented. Does anybody have any experience with this function? Regards.
Hello. I'm trying to compile this piece of code: return access((const char *)path, mode); But I get an error message suggesting that 'access' is not implemented. Does anybody have any experience with this function? Regards.
Apr 3, 2002 #2 Zyrenthian Programmer Mar 30, 2001 1,440 US did you #include <io.h> #include <stdio.h> #include <stdlib.h> ??? Matt Upvote 0 Downvote