API ReferencesRsvim APInamespacesRsvimFsfunctionsopenSyncVersion: NextOn this pageopenSyncfunction openSync(path, options?): File; Sync version of open. Parameters ParameterTypepathstringoptions?OpenOptions Returns File Example const file = Rsvim.fs.openSync("README.md");