AbstractPath.IsFile

AbstractPath.IsFile method

Gets a value indicating whether this path points to an existing file that can be opened for reading.

public abstract bool IsFile()

Return Value

true if location points to a file; false otherwise.

See Also