| !Boot file for CrypStor

Set CrypStor$Dir <Obey$Dir>
Set CrypStorRes$Path <Obey$Dir>.Resources.
IconSprites CrypStorRes:!Sprites

| Check for the existence of a Choices: system and set CrypStor's Choices directory accordingly
If "<Choices$Write>" = "" Then Set CrypStor$Choices <CrypStor$Dir>.Choices Else Set CrypStor$Choices <Choices$Write>.CrypStor

| Also reset in case there already is a Choices directory inside the application directory
IfThere <CrypStor$Dir>.Choices Then Set CrypStor$Choices <CrypStor$Dir>.Choices
