diff --git a/Parser.cs b/Parser.cs index 5fe961e..c7d7990 100644 --- a/Parser.cs +++ b/Parser.cs @@ -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) {