We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15ec0f commit 07905e8Copy full SHA for 07905e8
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -192,7 +192,7 @@ public interface IPublicAPI
192
void SaveSettingJsonStorage<T>() where T : new();
193
194
/// <summary>
195
- /// Open Directory in explorer configured by user
+ /// Open directory in an explorer configured by user via Flow's Settings. The default is Windows Explorer
196
/// </summary>
197
/// <param name="DirectoryPath">Directory Path to open</param>
198
/// <param name="FileName">Extra FileName Info</param>
0 commit comments