UtilFileSystemInvokeItemVerb(String, String) Method
Invokes an item verb on the specified file or directory.
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 InvokeItemVerb(
string itemPath,
string verbName
)
Public Shared Sub InvokeItemVerb (
itemPath As String,
verbName As String
)
Dim itemPath As String
Dim verbName As String
UtilFileSystem.InvokeItemVerb(itemPath, verbName)
public:
static void InvokeItemVerb(
String^ itemPath,
String^ verbName
)
static member InvokeItemVerb :
itemPath : string *
verbName : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- itemPath String
-
The item path.
- verbName String
-
The verb name.