Class FileExplorerUtil
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.gui.FileExplorerUtil
-
public final class FileExplorerUtil extends Object
Utility class for opening directory in file explorer
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidopenDirectoryInFilemanager(String dir)Opens the given directory in the filemanager of the operating system
-
-
-
Method Detail
-
openDirectoryInFilemanager
public static void openDirectoryInFilemanager(String dir)
Opens the given directory in the filemanager of the operating system- Parameters:
dir- Directory
-
-