Skip to content

Commit 5e233d9

Browse files
committed
docs: add comment for reveal
1 parent d4e8a0f commit 5e233d9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Packages/com.7thbeat.filebrowser/Runtime/FileBrowser.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
using System.Collections.Generic;
12
using Interop;
23
using JetBrains.Annotations;
34

45
namespace UnityFileDialog
56
{
67
public static class FileBrowser
78
{
9+
/// <summary>
10+
/// Open file browser and select the file(does not open file)
11+
/// </summary>
12+
/// <param name="path">path to reveal</param>
13+
/// <returns></returns>
814
public static bool Reveal(string path) => NativeFunctions.opener_reveal(path);
915

1016
/// <summary>

0 commit comments

Comments
 (0)