Olaf Doschke
Programmer
On my own Windows8 PC VFPs GETENV("TEMP") results in C:\Users\username\AppData\Local\Temp, where username is your windows account name, actually another environemnt variable %USERNAME%. This has been that way since Vista.
This can be configured differently in System Environment Variables, anyway GETENV("TEMP") should give an existing temp folder, but at a customer I get an error message about not finding a file in C:\Users\username\AppData\Local\Temp\6
The Temp Folder is stored in a Configuration Object as a property and that property is only written once at startup with ADDBS(GETENV("TEMP")) and nothing else is done to that Property, but reading it. So the 6 is not appende by my code, it must come from the system environment variable.
I may later get hands on some Windows8 client with the problem, but for now the question to you, what you get from GETENV("TEMP") if you already work under Win8, is there maybe a bug in VFP? I can't really imagine and guess this simply is a configuration error.
Bye, Olaf.
This can be configured differently in System Environment Variables, anyway GETENV("TEMP") should give an existing temp folder, but at a customer I get an error message about not finding a file in C:\Users\username\AppData\Local\Temp\6
The Temp Folder is stored in a Configuration Object as a property and that property is only written once at startup with ADDBS(GETENV("TEMP")) and nothing else is done to that Property, but reading it. So the 6 is not appende by my code, it must come from the system environment variable.
I may later get hands on some Windows8 client with the problem, but for now the question to you, what you get from GETENV("TEMP") if you already work under Win8, is there maybe a bug in VFP? I can't really imagine and guess this simply is a configuration error.
Bye, Olaf.