You can print the content of a environment variable using the os.getenv Lua function: print (os.getenv ("MYVARIABLE")). You can get the actual (or expanded) ...
確定! 回上一頁