close

Close the file

class BinaryFile {
async close(): Promise<void>;
}

Returns

close returns a Promise which is resolved when the operation has succeded.

Was this page helpful?
Suggest changes