Skip to content

Commit 07905e8

Browse files
authored
update api description comment
1 parent b15ec0f commit 07905e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public interface IPublicAPI
192192
void SaveSettingJsonStorage<T>() where T : new();
193193

194194
/// <summary>
195-
/// Open Directory in explorer configured by user
195+
/// Open directory in an explorer configured by user via Flow's Settings. The default is Windows Explorer
196196
/// </summary>
197197
/// <param name="DirectoryPath">Directory Path to open</param>
198198
/// <param name="FileName">Extra FileName Info</param>

0 commit comments

Comments
 (0)