[NOTE] Example usage: /path/to/files/ contains log_0000.txt -> log_1000.txt 1) UT::FilesSearch("/path/to/files/*", 4, 2, 10, false) Return: /path/to/files/log_0004.txt <-- absolute iStart /path/to/files/log_0006.txt <-- step is 2 /path/to/files/log_0008.txt /path/to/files/log_0010.txt <-- absolute iEnd (inclusive) 2) UT::FilesSearch("/path/to/files/log_0001.txt", 5, 2, 11, false) Return: /
source not stored for this graph (policy: none)
no test coverage detected