AbstractPath.IsFile

AbstractPath.IsFile method

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

public abstract bool IsFile()

返回值

true如果位置指向一个文件;false否则。

也可以看看