All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
with intention to detect whether file exists with name such as
20081103-TRY-AGAIN-EQU.ZIP
Where the date in the filename is yesterday's date.
In test method I have selected "Translate Macros". I have done a Windows Command DIR and seen that files exist that fit the file mask, but the test has failed.
Can wildcards not be used alongside HostMonitor macro variables?
I just tested the same file mask %yyyymmdd[-1d]%*EQU.zip
Works fine.
I do not think "\\{Directory}\{Path}\" is correct expression. If you are using UNC path and \\ prefix, I think you should specify hostname or IP address, e.g. \\192.168.10.10\sharedfolder\subfolder\filename
Thank you, yes it was my mistake, the it was necessary for me to use the hostname with \\prefix.
The test works fine with macro and wild card alongside.