SASUnit Examples
Version 1.5.0
|
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.
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).
i_path | name of directory or file group (containing wildcards) with full path |
i_recursive | 1 .. search recursively in subdirectories, default is 0 |
o_out | output dataset, default is work.dir. This dataset contains two columns named filename and changed |
Definition in file windows/_dir.sas.