FabianTerhorst / coreclr-module

Old alt:V CoreClr (.NET Core Common Language Runtime) community made module. New: https://github.com/altmp/coreclr-module
MIT License
72 stars 67 forks source link

Binary-Reading a File on the Client is unimplemented #763

Closed ThePawlow closed 1 year ago

ThePawlow commented 1 year ago

Since I cannot stream the file, I wanted to use File.read(string, "binary" | Binary) as declared here https://docs.altv.mp/js/api/alt-server.File.html#_altmp_altv_types_alt_server_File_read_1 But it throws

ICore::FileRead is unimplemented

Doxoh commented 1 year ago

cannot repo