AbstractPath.Location

AbstractPath.Location property

Gets a string representation of the location of this AbstractPath.

public abstract string Location { get; }

Remarks

Any two AbstractPaths that equal Locations point to the same file or directory. The string representation must use Separator to separate directory levels. As an example, for the local file system a location is a filesystem path, for Azure blobs it can be a path to the blob within a blob container.

See Also