Interface IFileDetector
Defines an object responsible for detecting sequences of keystrokes representing file paths and names.
public interface IFileDetector
Methods
IsFile(string?)
Returns a value indicating whether a specified key sequence represents a file name and path.
bool IsFile(string? keySequence)
Parameters
keySequence
stringThe sequence to test for file existence.