C# Class Framework.EditorModule.Helper.WindowsFileHelper

Show file Open project: HushengStudent/myGameFramework

Public Methods

Method Description
OpenExplorer ( string path ) : void
OpenFile ( string path ) : void

Method Details

OpenExplorer() public static method

public static OpenExplorer ( string path ) : void
path string
return void

OpenFile() public static method

public static OpenFile ( string path ) : void
path string
return void