hi all
i want to open a file but this file in other directory.and i want to use this function:
int open( char *filename, int access, int permission );
i can not use other function, because i have use only system call function.
when file exists beside of my code, there isn't problem. but when exist in other drectory can not open that.