Database size monitor windows 10

Hello
I would like to display the database size in Openhab2.
what is the path to the windows directory?
with linux the command was:
var String databaseQueryString = executeCommandLine(“sudo du -sh /var/lib/influxdb/data/openhab_db”, 1000)

many thanks
dirk

Hello @hulda,
Welcome! For 2.x or 1.x?
Thank you
https://archive.docs.influxdata.com/influxdb/v1.2/administration/config/#data

Hello
I have version 2.5

Thanks