CustomFileListTGetFullPath Method (Int32) |
Get the fullpath of an item at the index specified.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
- Type: SystemInt32
the index
Return Value
Type:
Stringfull path at index
See Also