Click or drag to resize

OpenInFileBrowser Class

Class used to easily open a folder of a file on Windows and Mac. Will likely only work in editor, not in a build. License: Public Domain Original Source: http://wiki.unity3d.com/index.php/OpenInFileBrowser
Inheritance Hierarchy
SystemObject
  DustProductions.CoreOpenInFileBrowser

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class OpenInFileBrowser

The OpenInFileBrowser type exposes the following members.

Methods
  NameDescription
Public methodStatic memberOpen
Opens a file in the file browser. Works with Mac and Windows. Probably doesn't work in a build.
Top
See Also