Friends,
'm trying to create an item to read logs, but I'm stuck on a problem.
The files are in the folder, however they can be named "sipserver_p_tlib.20200605_000202_134.snapshot .log " OR sipserver_p_tlib.20200605_000202_134.log ....
Is there a way to read only the file that does not contain the word "snapshot" in the name?
logrt ["D: \ GCTILogs \ sipserver_p \ sipserver_p_tlib. *. lo g", "Out of service" ,,,,]
'm trying to create an item to read logs, but I'm stuck on a problem.
The files are in the folder, however they can be named "sipserver_p_tlib.20200605_000202_134.snapshot .log " OR sipserver_p_tlib.20200605_000202_134.log ....
Is there a way to read only the file that does not contain the word "snapshot" in the name?
logrt ["D: \ GCTILogs \ sipserver_p \ sipserver_p_tlib. *. lo g", "Out of service" ,,,,]
Comment