AbstractPath.IsFile

AbstractPath.IsFile method

获取一个值,指示此路径是否指向可供读取的现有文件。

public abstract bool IsFile()

返回值

true 表示位置指向文件;false 表示否则。

另见