Skip to content

getAllFiles

  GETALLFILES - Get all files (including those in subdirectories) of a given directory

    FILELIST = GETALLFILES(DIRNAME)

  Returns the full path file names of all files under the directory DIRNAME.
  Files '.' and '..' are not returned.


  See also: DIR

  By Ziqi Wang