fileInPath

Make a list contains all the interested files in given paths

You are now following this Submission

Make a list contains all the interested files in given paths
Inputs:
% topPath: define the most parent path to be searched
% subPathPattern: define the pattern of the child path to be searched
% fileNamePattern: define the pattern of the file name to be searched
% extension: define the pattern of the file name to be searched
% All the inputs can be character vector or cell array of charactor vector or empty cell
%
% Output:
% files.name: file name
% files.folder: folder contains the file
% files.access: fullpath to access the file

Cite As

FEI MA (2026). fileInPath (https://in.mathworks.com/matlabcentral/fileexchange/72028-fileinpath), MATLAB Central File Exchange. Retrieved .

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.2

add comments
% not case sensitive

1.0.1

fix bugs

1.0.0