Here is my latest IMSO (=“I’m Missing Something Obvious”) problem . I have been unable to divine why my .toc file (see below) will not load an .lua file (also see below)
Here’s are the contents of the .toc file, Snippets\Snippets.toc
## Interface: 80100
## Title: Snippets
## Notes: Fun with the WoW API
## Author: She Who Must Be Obeyed
## Version: 0.71
## 5 February, 2019
SnippetTest.lua
And here are the contents of the file that cannot be loaded, Snippets\SnippetTest.lua
-- SnippetTest.lua
local function hello()
message( "Hello World!")
end
All other AddOns are disabled. Any help would be greatly appreciated.
Thanks,