i need help getting the cache to load from the client files instead of the c drive. please help thanks
add me on msn if you need too: [Only registered and activated users can see links. Click Here To Register...]
Printable View
i need help getting the cache to load from the client files instead of the c drive. please help thanks
add me on msn if you need too: [Only registered and activated users can see links. Click Here To Register...]
Also Needed. Paying 20M RSGP for the both of us.
Lol. I'll use mine as an example... I just answered this for 2 other people too.
Change your String to ./ and it will load the cache from there, seems simple enough.Code:public static final String findcachedir() {
String s;
String s1;
File file;
s = "./cache";
s1 = "";
file = new File((new StringBuilder()).append(s1).append(s).toString());
if(file.exists() || file.mkdir()) {
return (new StringBuilder()).append(s1).append(s).append("/").toString();
}
return null;
}
[Only registered and activated users can see links. Click Here To Register...]