summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils.h')
-rw-r--r--src/mongo/shell/shell_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils.h b/src/mongo/shell/shell_utils.h
index 8c8d7de1542..a1bb3006942 100644
--- a/src/mongo/shell/shell_utils.h
+++ b/src/mongo/shell/shell_utils.h
@@ -65,5 +65,9 @@ namespace mongo {
};
extern ConnectionRegistry connectionRegistry;
+
+ // Helper to tell if a file exists cross platform
+ // TODO: Remove this when we have a cross platform file utility library
+ bool fileExists(const std::string& file);
}
}