TestimoX

API Reference

Enum

FileWorkspaceRootFallback

Namespace ComputerX.FileSystem
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Fallback strategy used when a local file workspace is created without explicit allowed roots.

Inheritance

  • Enum
  • FileWorkspaceRootFallback

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const FileWorkspaceRootFallback None #

Do not allow implicit roots.

Value: 0
public const FileWorkspaceRootFallback SystemDriveOnly #

Use the current system drive root only.

Value: 1
public const FileWorkspaceRootFallback AllReadyDrives #

Use every ready drive root on the machine.

Value: 2