Server module (alt-server)ClassesFileBranch: Release CandidateOn this pageFile Index MethodsexistsreadMethods publicstaticexistsexists(filename: string): booleanDetermines whether file exists with the specified filename.publicstaticreadread(filename: string, encoding?: Utf8 | Utf16 | utf-8 | utf-16): stringread(filename: string, encoding: Binary | binary): ArrayBufferReads content of the file.
Determines whether file exists with the specified filename.