MultiStreamPath.IsFile

MultiStreamPath.IsFile method

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

public override bool IsFile()

Return Value

true if location points to a file; false otherwise.

See Also