Interface IFileSystemFolderBrowseService
An interface used to browse the file system folder structure.
Namespace: Gorgon.Editor.Services
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IFileSystemFolderBrowseService
Methods
| Edit this page View SourceGetFolderPath(string, string, string)
Function to retrieve a path from the file system.
Declaration
string GetFolderPath(string initialPath, string caption, string description)
Parameters
Type | Name | Description |
---|---|---|
string | initialPath | The starting path to select. |
string | caption | The caption for the dialog. |
string | description | The description of what the browser is supposed to be doing. |
Returns
Type | Description |
---|---|
string | The selected path, or null if canceled. |