Search found 2 matches

by SeeD
Tue Sep 04, 2007 2:48 am
Forum: PSP Lua Player Development
Topic: Writing to file with Offset. How?
Replies: 4
Views: 18887

thank you for helping =) here is my code file = io.open("test", "wb") file:seek("set", 0x03) file:write(0x01) file:close() test file before writing (HEX): 00 00 00 00 00 00 00 test f...
by SeeD
Mon Sep 03, 2007 5:45 pm
Forum: PSP Lua Player Development
Topic: Writing to file with Offset. How?
Replies: 4
Views: 18887

Writing to file with Offset. How?

Is there any way to write files with offset?
For example, I need to write value 01 in #2C5C

All I found was fileSeek function, but it`s not what I am looking for.

Sorry for my bad English and thanks in advance!