Android Utililty Methods Directory Temp Create

List of utility methods to do Directory Temp Create

Description

The list of methods to do Directory Temp Create are organized into topic(s).

Method

StringgetTempServerLink(String str)
get Temp Server Link
String lnk = str.substring(str.lastIndexOf("/"));
lnk = "http://192.168.1.100/edl" + lnk;
return lnk;