Class LocalFilePath

LocalFilePath class

public class LocalFilePath : AbstractPathInternal

Constructors

NameDescription
LocalFilePath(string)

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