Matches file paths using glob patterns.
The path segments to join and match using glob patterns.
A promise that resolves to an array of matched file paths.
import { globMatchPaths } from "nsuite";const excelFileList = await globMatchPaths( joinPath(__dirname, "materials/*.xlsx"),); Copy
import { globMatchPaths } from "nsuite";const excelFileList = await globMatchPaths( joinPath(__dirname, "materials/*.xlsx"),);
Matches file paths using glob patterns.