BasePath

Property

Namespace: Diffstore.Entities.Filesystem

Declared in: Diffstore.Entities.Filesystem.FilesystemStorageOptions


Gets or sets the root directory for the storage backend. Defaults to current directory.

Syntax

public FileSystemPath BasePath { public get; public set; }

Back to index