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