UtilFileOpenInExplorer(FileInfo) 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(
FileInfo file
)
Public Shared Sub OpenInExplorer (
file As FileInfo
)
Dim file As FileInfo
UtilFile.OpenInExplorer(file)
public:
static void OpenInExplorer(
FileInfo^ file
)
static member OpenInExplorer :
file : FileInfo -> unit
No code example is currently available or this language may not be supported.
Parameters
- file FileInfo
-
The source file.
FileNotFoundException
|
File or directory not found.
|