function dataPathimport { dataPath } from "https://deno.land/x/simple_utility@v2.0.9/src/deno/path.ts"; dataPath(): stringSystem-wide application data directory path for each OS. /var for UNIX and C:/ProgramData for Windows. ExamplesExample 1 const path = dataPath(); Returnsstring