Class SingleStreamPath

SingleStreamPath class

public class SingleStreamPath : AbstractPathInternal

Constructors

NameDescription
SingleStreamPath(Stream)

Properties

NameDescription
override Location { get; }
override Separator { get; }

Methods

NameDescription
override Combine(string)
override Delete()
override IsFile()
override ListDirectory()
override Open(FileAccess)
override WithExtension(string)
override WithLocation(string)

See Also