Skip to main content
method Dir.prototype.closeSync
Dir.prototype.closeSync(): void
Deprecated

Synchronously close the directory's underlying resource handle. Subsequent reads will result in errors.

Return Type

void
Back to top