Home
Options

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

edited December 2020

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

Sign In or Register to comment.