Dubnium
v0
v0
  • Newest version
  • Reference
    • Install
    • Quick Start
    • API
      • Create and Delete Records
      • Modify Records
      • Get Records
      • Fuzzy Search Records
      • Other
    • returnType
    • License
  • Discord
  • NPM Page
  • Support the Project
  • ES5 vs ES6
Powered by GitBook
On this page
  • Open Record directory in your OS' native file browser
  • Open any directory in your OS' native file browser

Was this helpful?

  1. Reference
  2. API

Other

Open Record directory in your OS' native file browser

import {openRecordDir} from 'dubnium'
openRecordDir()

Open any directory in your OS' native file browser

import {openDir} from 'dubnium'
openDir("/path/to/dir")
PreviousFuzzy Search RecordsNextreturnType

Last updated 3 years ago

Was this helpful?