FileManagerRootFolderGetFullPath Method

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

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
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.

Return Value

BackSlashPath
The full path.

See Also