UtilFileOpenInExplorer(String) Method
Opens the specified file in Explorer.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void OpenInExplorer(
string filepath
)
Public Shared Sub OpenInExplorer (
filepath As String
)
Dim filepath As String
UtilFile.OpenInExplorer(filepath)
public:
static void OpenInExplorer(
String^ filepath
)
static member OpenInExplorer :
filepath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The filepath.
FileNotFoundException
|
File or directory not found.
|