Path: Common/FileUtils
% Finds all instances of the string z in directory d. Recursively searches through subdirectories. -------------------------------------------------------------------------- Form: FindStringInFiles( z, d ) -------------------------------------------------------------------------- ------ Inputs ------ z {} String to match d (1,:) Complete pathname to the directory ------- Outputs ------- None --------------------------------------------------------------------------
Back to the Common Module page