FileManagerRootFolderGetFolder Method
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 "\".
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
public FileManagerFolder GetFolder(
string path
)
Public Function GetFolder (
path As String
) As FileManagerFolder
- path String
- The relative path of the subfolder.
FileManagerFolderThe full path.