public class LocalFileSystemUtils
extends java.lang.Object
| Constructor and Description |
|---|
LocalFileSystemUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
determineCurrentUserName()
Attempts to find the login/sign-in name of the user.
|
static java.io.File |
getTempDir()
Finds a suitable folder to use for temporary files,
while avoiding the risk of collision when multiple users
are running applications that make use of Application Insights.
|
public static java.io.File getTempDir()
File representing a folder in which temporary files will be stored
for the current user.public static java.lang.String determineCurrentUserName()