Skybound AutoComplete

AutoCompleteEventArgs.GetFullPath Method 

Returns the full path to the item if it represents an existing file or directory in the filesystem.

[Visual Basic]
Public Function GetFullPath() As String
[C#]
public string GetFullPath();

Return Value

The full path to the item if it represents an existing file or directory in the filesystem.

Remarks

This method tries to determine the full path to the item in the file system. If the path cannot be determined, or if AutoComplete.IncludeFiles is set to None, it returns a null reference (Nothing in Visual Basic) instead.

See Also

AutoCompleteEventArgs Class | Skybound.AutoComplete Namespace