Get file length in bytes NOTE: GetFileSize() conflicts with windows.h
len = raylib.GetFileLength("data.bin") print "File size: " + len + " bytes"
There was an error while loading. Please reload this page.