windows constant

FileSystemStyle const windows

Mimics the Windows file system style.

  • This style mounts its root folder on a single root drive (C:)
  • All file system paths are rooted at C:\
  • The path separator is \

An example path in this style is C:\path\to\file.

Implementation

static const FileSystemStyle windows = _Windows();