I am working on a small package. In my index.tcl, there is this line of code:
source classrequestvalidator.tcl
When I try to bring up the directory root, I get this error:
couldn't read file "classrequestvalidator.tcl": no such file or directory
The file is in there, and I have gone into package manager and clicked "watch all files" and "reload changed".
The program works fine in my tcl editor, so I'm not sure what is going on.
Thanks for any help.