#load *.linq, #load *.* dont work in latest beta

Options
skvoNik
edited December 2020 in General

Hello all!

This one works well:
load "C:\Work*.cs"

these two don't work (not pulling classes defined in the files):
load "C:\Work*.linq"
load "C:\Work*.*"

What am I doing wrong?

Comments