All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skype.UserHomeBasePath Maven / Gradle / Ivy

The newest version!
package skype;


public class UserHomeBasePath implements BasePath {

	@Override
	public String getPath() {
		return System.getProperty("user.home");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy