public class RuntimeUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getAppDirectoryPath()
Gets the user application directory path (ie.: $HOME/.maestro) or the appropriate override
|
static File |
getAppDirectoryPathFile()
Gets the user app directory path (ie.: $HOME/.sdm) as a File object
|
public static String getAppDirectoryPath()
public static File getAppDirectoryPathFile()
This documentation was released into the public domain.