Reply to thread

[USER=68833]@ajs[/USER], thanks for pulling the relevant code, because I did notice that file, and folder are scanned seperate.

 

I was expecting a full path+file match, which might explain why searching for \Extras\ or /Extras/ can fail if the folder string does not contain the 'slash' at the end.

 

Log file might have clarified that if it shows the true debug value on what is being used.

 

Also I can't remember if .Success works on regular expression arrays, in which case you would have to simplify your expressions to ensure no array results are returned.


Top Bottom