Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

User Image
Viknash Samy80503
1 discussion post
How do I watch a folder and sub folders for files with this pattern ?
abc_output_2016_11_17_16_49_16_0.txt or abc_output_1.txt

This pattern abc_output*.* and this regex doesn't work either ^abc_output_[0-9_]+\.txt$

Watch itself seems to be working if I do *.* . Just the pattern selection doesn't seem to work for me.
Nov 17, 2016  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
This is unfortunately a bug in the current version, but will be all fixed up in the next version. In the meantime, you should be able to match the files by doing this:

*abc_output*.*

Hope that helps!
Nov 18, 2016  • #2
Keith Lammers (BFS)'s profile on WallpaperFusion.com
We've just released a new LogFusion version (http://www.logfusion.ca/Download/) and this issue should be all fixed up. Please let us know if you run into any trouble after updating.

Thanks!
May 12, 2017  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)