de.intarsys.tools.environment.file
public interface IFileEnvironment
Modifier and Type | Method and Description |
---|---|
java.io.File |
getBaseDir()
The platform base directory.
|
java.io.File |
getProfileDir()
Some user specific private directory.
|
java.io.File |
getTempDir()
The directory for temporary files.
|
java.io.File |
getWorkingDir()
The working directory.
|
java.io.File getBaseDir()
Normally this will be equal to the VM "user.dir" property.
java.io.File getProfileDir()
Normally this will be equal to the VM "user.home" property or an application defined subdirectory.
java.io.File getTempDir()
Normally this will be equal to the VM "java.io.tmpdir" property.
java.io.File getWorkingDir()
Normally this will be equal to the VM "user.dir" property.