Date: Thu, 29 Jul 1999 11:41:36 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Dan Gold , djgpp AT delorie DOT com Subject: Re: getting all filename in sub-directory In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 29 Jul 1999, I wrote: > The default for `popen' is binary, not text. Sorry, I was wrong. The default is text, like in normal `fopen'. So yes, "r" and "rt" would normally do the same. However, I prefer be safe than sorry.