Minimum Viable Product

This commit is contained in:
Mike Nolan 2023-03-09 18:01:08 -06:00
parent fd57d7998c
commit f28f949d0f
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ namespace tlang
public void LoadEnvironment(RootEnvironment env)
{
TDictionary fs = new TDictionary();
fs["home"] = new TString(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile));
fs["enumerate_files"] = new TExternalMethod((args)=>{
if(args.Length > 0)
{