Re: A function for ls?
- From: Guy Harris <gharris flashcom net>
- To: Allin Cottrell <cottrell wfu edu>
- Cc: Germano Rizzo <manomano ciaoweb it>, gtk-list gnome org
- Subject: Re: A function for ls?
- Date: Sat, 24 Feb 2001 00:56:07 -0800
On Fri, Feb 23, 2001 at 10:44:03AM -0500, Allin Cottrell wrote:
> It's platform dependent. On a POSIX-compliant system you can
>
> #include <dirent.h>
>
> end use functions such as opendir(), readdir(), ... These all have
> manual pages e.g. man 3 opendir.
And you can also, at least on Windows, use those functions as well, in
applications using GLib, if you include <glib.h>:
http://developer.gnome.org/doc/API/glib/glib-windows-compatability-functions.html
I don't know whether GLib ports to other non-UNIX platforms will provide
them as well; they probably should do so on all platforms where it's
possible for the port to do so.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]