Gorgon
Show / Hide Table of Contents

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 Source

GetFolderPath(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.

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author