C# Class Vidka.Core.ExternalOps.OpUtils

Show file Open project: miktemk/VidkaEditor

Public Methods

Method Description
OpenVirtualDubAndRunScript ( string scriptFilename ) : void
OpenWinExplorerAndSelectNothing ( string filename ) : void
OpenWinExplorerAndSelectThisFile ( string filename ) : void

Method Details

OpenVirtualDubAndRunScript() public static method

public static OpenVirtualDubAndRunScript ( string scriptFilename ) : void
scriptFilename string
return void

OpenWinExplorerAndSelectNothing() public static method

public static OpenWinExplorerAndSelectNothing ( string filename ) : void
filename string
return void

OpenWinExplorerAndSelectThisFile() public static method

public static OpenWinExplorerAndSelectThisFile ( string filename ) : void
filename string
return void