From b0de07fda89a285a75e9bab169665b89ea330411 Mon Sep 17 00:00:00 2001 From: pyral Date: Tue, 3 Dec 2024 13:28:24 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28e5102..df2381c 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ var message:String = vfiler.load_supported("file.txt") # Need to load multiple zip files that can let you check each for a single file and return the first instance found? -var vfiler:VFileAccess = VFileAccess.CREATE.create_readonly_zip_access("./gamer.zip") -var message:String = vfiler.load_supported("file.txt") +var vfiler:VFileAccess = VFileAccess.CREATE.create_bulk_readonly_zip_access(["mods/mod.zip","./gamer.zip"]) +var message:String = vfiler.load_supported("file.txt") # first zip to contain this will return, null otherwise. ``` # Adding supported file extensions.