Table of Contents

FileManagerRootFolder.GetFullPath Method

Definition

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

Gets the full path of a folder specified in format [RootFolderName]:\Some\Folder

public static BackSlashPath GetFullPath(string rootFolderName, string path)

Parameters

rootFolderName string

The name of the root folder.

path string

The relative path of the subfolder.

Returns

BackSlashPath

The full path.