AbstractPath.Location

AbstractPath.Location property

获取此 AbstractPath 位置的字符串表示。

public abstract string Location { get; }

备注

任意两个等于相同 LocationAbstractPath 表示同一文件或目录。字符串表示必须使用 Separator 来分隔目录层级。例如,对于本地文件系统,位置是文件系统路径;对于 Azure Blob,则可以是 Blob 容器内的 Blob 路径。

另见