• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Dirent?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dirent?


  • Subject: Re: Dirent?
  • From: Vince DeMarco <email@hidden>
  • Date: Wed, 5 Sep 2001 13:58:14 -0700

On Wednesday, September 5, 2001, at 11:30 am, Chilton Webb wrote:

Slightly OT question, I noticed that the Dirent.h file doesn't contain any declarations for readdir, closedir, opendir, etc. Am I missing something obvious? I thought these were POSIX 1.0 functions at least.


They are there on my machine

Look at this

DIR *opendir __P((const char *));
struct dirent *readdir __P((DIR *));
void rewinddir __P((DIR *));
int closedir __P((DIR *));

Have they been replaced by something else under Cocoa?


In Cocoa just use NSFileManger.

vince


References: 
 >Dirent? (From: Chilton Webb <email@hidden>)

  • Prev by Date: Re: How to add response to Null event
  • Next by Date: Re: address of method in a class instance
  • Previous by thread: Dirent?
  • Next by thread: Re: How to add sheets?
  • Index(es):
    • Date
    • Thread