Table of Contents

FileManagerRootFolder.GetFolder Method

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

Gets a FileManagerFolder instance corresponding to the given relative path under this root folder. For getting the folder for the root folder itself, the parameter would be "".

public FileManagerFolder GetFolder(string path)

Parameters

path string

The relative path of the subfolder.

Returns

FileManagerFolder

The full path.