Re: Question on C
- From: Tristan Van Berkom <vantr touchtunes com>
- To: Thomas Keaney <se40319 cs may ie>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Question on C
- Date: Tue, 17 Feb 2004 09:26:45 -0500
Thomas Keaney wrote:
> My problem is that I want to search a certain directory in order to
> find a file. If the file exists I can then enter in the name of the file
> in my interface. However, if it doesnt exist, I will then place a dot
> in front of the file's name. Any ideas?
Sooooo, what exactly seems to be the problem ?
Do you not know how to search the directory ?
#include <dirent.h>
(man opendir/readdir)
HTH,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]