• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Enum PathType

The type of the configuration path if isPath is true.

Namespace: Snowflake.Configuration
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public enum PathType

Fields

Name Description
Directory

This path points to a directory

Either

This path points either a directory or a file.

File

This path points to a file

NotPath

This is not a path.

Raw

This path is not virtualized and points to a path on the underlying filesystem. No attempt will be made to resolve the path.

This is mostly useful for specifying paths to BIOS files or some other non-user configurable path.

Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.