programming - linux - opendir readdir closedirWhat links here?
/*
 * This program displays the names of all files in the current directory.
 */


  1. include <dirent.h>
  2. include <stdio.h>


int main(void) { DIR *d; struct dirent *dir; d = opendir("."); if (d) { while ((dir = readdir(d)) != NULL) { printf("%s\n", dir->d_name); }

closedir(d); }

return(0); }



FAQ > Accessing a directory and all the files within it
programming - linux - opendir readdir closedir
programming:windows:WM_NCCALCSIZE
programming - windows - window value offsets
programming - C - findfirst and findnext
programming:DDE:Excel DDE Server
MC6802 - instruction set - clear overflow flag
file formats - PDF - stream objects
microprocessors - microchip 16F84A - eeprom
programming - C - localtime
X Windows Structures - XKeyEvent
filename:programming - linux - opendir readdir closedir
filename:programming%20%2D%20linux%20%2D%20opendir%20readdir%20closedir
last edit:March 23 2013 14:37:12 (4556 days ago)
ct = 1757738049.000000 = September 13 2025 00:34:09
ft = 1364063832.000000 = March 23 2013 14:37:12
dt = 393674217.000000