C# Class CmisSync.Utils

Useful Windows-specific methods.
Mostra file Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
OpenFolder ( string path ) : void

Open a folder in GUI.

Method Details

OpenFolder() public static method

Open a folder in GUI.
public static OpenFolder ( string path ) : void
path string Path to open
return void