Click or drag to resize

DirectoryBrowserOperations Class

Represents hub based operations for the DirectoryBrowserOperations.cshtml view.
Inheritance Hierarchy
SystemObject
  GSF.Web.Model.HubOperationsDirectoryBrowserOperations

Namespace: GSF.Web.Model.HubOperations
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static class DirectoryBrowserOperations
View Source

The DirectoryBrowserOperations type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCombinePath Combines the specified path1 and path2 strings into a single path.
Public methodStatic memberCreatePath Creates all directories and subdirectories in the specified path unless they already exist.
Public methodStatic memberIsLogicalDrive Determines if the specified path is a logical drive, e.g., C:\.
Public methodStatic memberLoadDirectories Retrieves list of directories from specified rootFolder.
Public methodStatic memberResolvePath Resolves the specified path to an absolute full path and expands any environmental variables.
Top
See Also