From 7073bb0bb2c814b71f6128d249d7135dfca94b4a Mon Sep 17 00:00:00 2001 From: Bojidar Marinov Date: Fri, 17 Jun 2016 10:55:16 +0300 Subject: Add sha256 to String and File/FileAccess. Probably does #4166 --- core/os/file_access.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/os/file_access.h') diff --git a/core/os/file_access.h b/core/os/file_access.h index 8d5823663e..5178c469bc 100644 --- a/core/os/file_access.h +++ b/core/os/file_access.h @@ -153,6 +153,7 @@ public: static bool is_backup_save_enabled() { return backup_save; }; static String get_md5(const String& p_file); + static String get_sha256(const String& p_file); static Vector get_file_as_array(const String& p_path); -- cgit v1.2.3