listwalletdir

Argument: none

Result

  {                        (json object)
    "wallets" : [          (json array)
      {                    (json object)
        "name" : "str"     (string) The wallet name
      },
      ...
    ]
  }