C# Class HostsFileEditor.Utilities.FileOpener

Helper class to open files.
Show file Open project: scottlerch/HostsFileEditor

Public Methods

Method Description
OpenTextFile ( string path ) : void

Open text file using default text editor.

Private Methods

Method Description
GetClassesRootKeyDefaultValue ( string keyPath ) : string
TryGetRegisteredApplication ( string extension, string &registeredApp ) : bool

Method Details

OpenTextFile() public static method

Open text file using default text editor.
public static OpenTextFile ( string path ) : void
path string Full path to text file.
return void