Re: basic file handling in glib.



"zin pen" <dongfangminzhu hotmail com> writes:
> The idea is if I gtk and glib are suppose to be portable. That's why I don't 
> want to use the C standard library.
> 

GLib doesn't have a file abstraction layer; for portability you have
to use fopen() and so on from the standard C library, and avoid using
UNIX features such as file permissions.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]