public void EnvironmentVariableSetEnvironmentVariable() { tlog.Debug(tag, $"EnvironmentVariableSetEnvironmentVariable START"); EnvironmentVariable.SetEnvironmentVariable("path", Tizen.Applications.Application.Current.DirectoryInfo.Resource); tlog.Debug(tag, "path : " + EnvironmentVariable.GetEnvironmentVariable("path")); tlog.Debug(tag, $"EnvironmentVariableSetEnvironmentVariable END (OK)"); }