CustomFileListTGetFullPath Method (T) |
Get the full path of an item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntaxpublic string GetFullPath(
T p_FileListItem
)
Public Function GetFullPath (
p_FileListItem As T
) As String
public:
String^ GetFullPath(
T p_FileListItem
)
member GetFullPath :
p_FileListItem : 'T -> string
Parameters
- p_FileListItem
- Type: T
the item to retrieve the full path for.
Return Value
Type:
Stringfull path of the listitem
See Also