CustomFileListTGetFullPath(Int32) Method |
Get the fullpath of an item at the index specified.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string GetFullPath(
int p_Index
)
Public Function GetFullPath (
p_Index As Integer
) As String
public:
String^ GetFullPath(
int p_Index
)
member GetFullPath :
p_Index : int -> string Parameters
- p_Index Int32
- the index
Return Value
Stringfull path at index
See Also