I need the code to get the "client" workstation default temp directory not the server temp directory.
Now I'm using this and it gives me the server temp directory.
2035 inDir! =java.lang.System.getProperty("java.io.tmpdir")
2040 LET DIR$=STR(inDir!)
I need the directory returned in the variable DIR$.
client workstation default temp directoryDWIGHT BALL MORRILL June 16, 2011 at 1:54 AM
I need the code to get the "client" workstation default temp directory not the server temp directory. Now I'm using this and it gives me the server temp directory. 2035 inDir! =java.lang.System.getProperty("java.io.tmpdir") 2040 LET DIR$=STR(inDir!) I need the directory returned in the variable DIR$.
mutSidAVcfUJSZEBffiTeige September 22, 2011 at 9:16 PM
Well I guess I don't have to spend the weekend fgiuirng this one out!
Incorrect ExampleHost May 22, 2012 at 12:42 PM
Gives Result as null,
Incorrect ExampleHost May 22, 2012 at 12:44 PM
There is no such key as java.io.tmpdir,, instead try with TEMP
Post your Comment