June 18, 201015 yr : Hi there! Is there a limitation of size for the "ReadFileContents" function? For a 35 MB file I'll get an Error ("Error"). And if so, how can I prevent this limitation? Thanks HB
June 18, 201015 yr The way that module works, it reads the entire contents of the file into memory and returns that as the result of the function, so it's probably simply running out of memory. I'll look into changing the way it works on the next revision of ScriptMaster. If you need it sooner, let me know and I'll get you an estimate for that.
Create an account or sign in to comment