Click or drag to resize

OpenInFileBrowserOpen Method

Opens a file in the file browser. Works with Mac and Windows. Probably doesn't work in a build.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Open(
	string path
)

Parameters

path
Type: SystemString
The full path to the file to open
See Also