Java Utililty Methods Desktop Path Get

List of utility methods to do Desktop Path Get

Description

The list of methods to do Desktop Path Get are organized into topic(s).

Method

StringgetDesktopPath()
get Desktop Path
return System.getProperty("user.home") + File.separator + "Desktop";