Hi Quang, the regexes are matched against files, not folders, and the path separator as seen by the app is "/" rather than "\". Try this: C:/Users/theuser/AppData/Local/.* thx for this! I'll try tomorrow. Best wishes AvW
Hi, since I simply want to exclude a specific folder and it's contents, I guessed it wouldn't be a problem, however, after trying a few things myself and later using answers somewhere on the web, as well as AI, I cannot get it right at all. The Windows 11 folder I wish to exclude is: C:\Users\theuser\AppData My latest regex looks like this (tested and working on https://regex101.com/ ) [^C:\\Users\\theuser\\AppData\\.*] But testing it against e.g. this next folder fails C:\\Users\\theuser\\AppData\\Local...
Hi, totally new here. Just compiled Unicon sources in Kubuntu. I am reading the book "Programming with Unicon" and almost right at the beginning an IDE called "ui" is mentioned. However, I don't see that command in the bin directory. Any help? TIA Arie