Table of Contents

walker

Recursively displays the contents of a directory, and all nested directories.

Synopsis

walker <dir1> [dir2] [dir3]...

Description

This program demonstrates how to scan a directory, and recursively scan any directories it contains.

Arguments

Associated Files

walker.c

Location

$c/Walker

examples/FileSystem