Can't get get NXLog to find files with spaces and commas in the name on windows

Tags:

#1 jasongordon1

I cant seem to get my im_file input to find my files. It is from a network mount that is mapped to the Z drive.

This is the actual file: Z:\WebCom\DDIWebCm Log Thursday, August 20, 2020.txt

I have tried to point the input directly to it and even tried wildcards. For example: File "Z:\WebCom\DDIWebCm*.txt" Yields 2020-08-20 13:50:29 ERROR failed to open directory: Z:\WebCom: The system cannot find the path specified.

Any ideas for me? Thanks in advance

#2 manuel.munozDeactivated Nxlog ✓
#1 jasongordon1
I cant seem to get my im_file input to find my files. It is from a network mount that is mapped to the Z drive. This is the actual file: Z:\WebCom\DDIWebCm Log Thursday, August 20, 2020.txt I have tried to point the input directly to it and even tried wildcards. For example: File "Z:\WebCom\DDIWebCm*.txt" Yields 2020-08-20 13:50:29 ERROR failed to open directory: Z:\WebCom: The system cannot find the path specified. Any ideas for me? Thanks in advance

Try this...

File "Z:\\WebCom\\DDIWebCm*.txt"