Jan 20, 2003 #1 iamwomble Technical User Jan 20, 2003 1 GB i have just start programming in C in UNIX and i need to loop through directory of files opening eveyone as i go. can anyone help? cheers in advance womble
i have just start programming in C in UNIX and i need to loop through directory of files opening eveyone as i go. can anyone help? cheers in advance womble
Jan 20, 2003 #2 danielhozac Programmer Aug 21, 2001 2,058 SE Code: man 3 opendir man 3 readdir man 3 closedir man 3 fopen These commands should give you a basic idea of how to do it. //Daniel Upvote 0 Downvote
Code: man 3 opendir man 3 readdir man 3 closedir man 3 fopen These commands should give you a basic idea of how to do it. //Daniel