Class LocalFileDetector
Represents a file detector for determining whether a file must be uploaded to a remote server.
public class LocalFileDetector : IFileDetector
- Inheritance
-
LocalFileDetector
- Implements
- Inherited Members
Methods
IsFile(string?)
Returns a value indicating whether a specified key sequence represents a file name and path.
public bool IsFile(string? keySequence)
Parameters
keySequence
stringThe sequence to test for file existence.