brabo / lmfm

Lean Mean FAT Machine
GNU General Public License v2.0
2 stars 0 forks source link

lseek/truncate #4

Open brabo opened 6 years ago

brabo commented 6 years ago

lseek should allow to seek beyond end of file and update size accordingly. The new bytes should always be read out as 0's. truncate should be added, also allowing the file to be grown, added bytes again should appear to be 0's.

brabo commented 6 years ago

added truncate. for now both only allow the range of 0-size.