What is the WildCardFileSearch function?

WildCardFileSearch searches files using wildcard characters in a folder.

Where can the WildCardFileSearch function be used?

TurboIntegrator

Which TM1 Server version is this function available for?

Version 11 and 12

What is the syntax for WildCardFileSearch?

WildCardFileSearch(Pathname, PriorFilename);

Pathname = A file path including file search criteria that can contain a wildcard character. For eg:​
C:WildcardFileSearchP*​

PriorFilename = Name of the existing file in the folder. If we pass empty string argument, then the function returns the first file which matches the criteria

A demonstration on how to use WildCardFileSearch

Use WildcardFileSearch to search files starting with a P.