Skip to content

Command: Test DexDictionaryHeader

Sean Cale edited this page Sep 23, 2021 · 2 revisions

Synopsis

Checks to see if the specified file is a valid Dexterity dictionary from its header.

Usage

  • With path flag: Test-DexDictionaryHeader -Path "C:\Path\To\DictionaryOrChunk.dic"
  • With no flag: Test-DexDictionaryHeader "C:\Path\To\DictionaryOrChunk.dic"

Pipeline Inputs

(String) Valid path to dictionary file. Wildcards not accepted.

Outputs

(Boolean) True = valid header, false = not valid header

Parameters

  • -Path [path to file] - (required) Path to the dictionary file.
Clone this wiki locally