Methods
(static) ShellExecute(sFile, vArgumentsopt, vDirectoryopt, vOperationopt, vShowopt) → {void}
Performs the specified operation on a specified file. It's asyncronize. Microsoft Docs
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
sFile |
string | |||
vArguments |
string |
<optional> |
||
vDirectory |
string |
<optional> |
||
vOperation |
string |
<optional> |
open
|
|
vShow |
number |
<optional> |
Returns:
- Type
- void