Path: Common/FileUtils
% Find a list of files in the directory who have been modified after
--------------------------------------------------------------------------
Form:
d = DateChanged( date, directory )
--------------------------------------------------------------------------
------
Inputs
------
date (1,:) Date to compare in string format
directory (1,:) Directory to check
-------
Outputs
-------
d {:} Files with modification dates after date
--------------------------------------------------------------------------
Back to the Common Module page