SASUnit Examples  Version 1.2.1
_sasunit_dir.sas File Reference

generates a dataset with the names of all files in a directory or directory tree. Wildcards may be used to specify the files to be included More...

Go to the source code of this file.

Detailed Description

generates a dataset with the names of all files in a directory or directory tree. Wildcards may be used to specify the files to be included

Resulting SAS dataset has the columns filename (name of file with absolute path, path separator is slash) changed (last modification data as SAS datetime).

Parameters
i_pathname of directory or file group (containing wildcards) with full path
i_recursive1 .. search recursively in subdirectories, default is 0
o_outoutput dataset, default is work.dir. This dataset contains two columns named filename and changed
Version
$Revision: 130 $
Author
$Author: klandwich $
Date
$Date: 2013-01-29 14:22:56 +0100 (Di, 29 Jan 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_sasunit_dir.sas $

Definition in file _sasunit_dir.sas.