Author Topic: SE v28 & v29 Project->Properties->Add Tree not working  (Read 1492 times)

JimmieC

  • Senior Community Member
  • Posts: 507
  • Hero Points: 17
SE v28 & v29 Project->Properties->Add Tree not working
« on: February 11, 2025, 08:55:00 PM »
I am attempting to add files to a new project with Add Tree.
The file filter is: *.c; *.cpp; *.h; *.js; *.html; *.txt; *.cmd; *.hex; *.map; *.bat; *.asm; *.h28; *.s28

Recursive is checked. I do not want Wildcard. However, no files are added. I found this with v28, then I downloaded v29 and found the same issue. Our company has updated the PC's to
Win-11-64bit. There is also a bunch of corporate "safety-ware" such as CrowdStrike & ForcePoint. We do not have "real" Admin permissions but have an option to "Run Elevated". I ran the installation(s) and the application as "Elevated" so folder permissions "should" not be an issue. I have created many projects in the past using Add Tree. So, it may be something to do with my local PC.?

Any ideas?

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2919
  • Hero Points: 153
Re: SE v28 & v29 Project->Properties->Add Tree not working
« Reply #1 on: February 11, 2025, 08:58:38 PM »
What happens if you go to the SlickEdit command line and type "list <path>/*.c", or one of the other wildcards that you know will exist?

JimmieC

  • Senior Community Member
  • Posts: 507
  • Hero Points: 17
Re: SE v28 & v29 Project->Properties->Add Tree not working
« Reply #2 on: February 11, 2025, 09:04:43 PM »
Hey Dan,
Thanks for prompting me to look into the path further. It turns out that another team has changed the directory structure. I corrected my path and now it is working.

Thanks,
Jim

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2919
  • Hero Points: 153
Re: SE v28 & v29 Project->Properties->Add Tree not working
« Reply #3 on: February 11, 2025, 09:11:32 PM »
Quote
It turns out that another team has changed...

I hate when that happens  ;)