FileManagerRootFolderGetFullPath Method
Gets the full path of a folder specified in format [RootFolderName]:\Some\Folder
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
public static BackSlashPath GetFullPath(
string rootFolderName,
string path
)
Public Shared Function GetFullPath (
rootFolderName As String,
path As String
) As BackSlashPath
- rootFolderName String
- The name of the root folder.
- path String
- The relative path of the subfolder.
BackSlashPathThe full path.