So if I want global variables I need to use
MAIN::Variable_Name = whatever
ok a few questions. Do I have to supply a value when I declare it? Do I have to refer to it as MAIN::Variable_Name or will Variable_Name work? Can I call it within other blocks?
And in my full code is there any reason it would fail to open the directory?