How Can I create directory in an specified path on SUSE (Linux)? I have done it in Ubuntu by giving location like this:
String filelocation="/home/"+System.getProperty("user.name")+"/IE_Service/FormsSetting/";
How Can I create directory in an specified path on SUSE (Linux)? I have done it in Ubuntu by giving location like this:
String filelocation="/home/"+System.getProperty("user.name")+"/IE_Service/FormsSetting/";