Returns the path to a folder.
Namespace: Therefore.API
Visual Basic
Public Overridable Function GetPath ( _
folder As TheFolder _
) As String
C#
public virtual String GetPath (
TheFolder folder
)
Parameters
folder
The folder to get the path for.
Return Value
The path to this folder.
|