SASUnit Examples  Version 1.5.0
unix_aix/_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).

Version
$Revision: 368 $
Author
$Author: klandwich $
Date
$Date: 2014-12-18 16:12:06 +0100 (Do, 18 Dez 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/unix_aix/_dir.sas $
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

Definition in file unix_aix/_dir.sas.