Learn the "why" behind slow queries and how to fix them in our 2-Part Webinar.
Register now >
Docs Menu
Docs Home
/ /
Native Methods in the Legacy Shell

_isWindows()

Note

The native method listed here is for the legacy mongo shell.

To use native methods in mongosh, see Native Methods in mongosh.

_isWindows()
Returns:boolean.

Returns "true" if mongosh is running on a system that is Windows, or "false" if the shell is running on a Unix or Linux systems.

Back

version()