-
Notifications
You must be signed in to change notification settings - Fork 0
Command: Test DexDictionaryHeader
Sean Cale edited this page Sep 23, 2021
·
2 revisions
Checks to see if the specified file is a valid Dexterity dictionary from its header.
- With path flag:
Test-DexDictionaryHeader -Path "C:\Path\To\DictionaryOrChunk.dic"
- With no flag:
Test-DexDictionaryHeader "C:\Path\To\DictionaryOrChunk.dic"
(String) Valid path to dictionary file. Wildcards not accepted.
(Boolean) True = valid header, false = not valid header
-
-Path [path to file]
- (required) Path to the dictionary file.