function verify_store { STORE_DIRS=("$ROOT_DIR" "$NOTES_DIR" "$TMP_DIR") for DIR in ${STORE_DIRS[]}; do mkdir -p "$DIR" done }