This function returns for the given path, if it is fully, partially or not part of the list of selected files.
| C# | Visual Basic | Visual C++ |
public CheckState IsPathSelected( string aPath )
Public Function IsPathSelected ( _ aPath As String _ ) As CheckState
public: CheckState IsPathSelected( String^ aPath )
- aPath (String)
- the path
Returns the selection state of the given path.