# lfsi macro

This macro is the same as the lfs macro
except that the bytes column becomes i-bytes and the frames column
becomes i-fms. i-bytes is the sum of the number of index frames times
the frame size plus the number of bytes in the file (that is, indexes
+ data). i-fms is the sum of the number of frames in the index plus
the number of frames in the file.

Note: This macro only applies in situations where the file-save was run with both the b and s options.

## See also

- [lfs macro](https://d3codex.com/tcl/lfs-macro/)
- [lfsb macro](https://d3codex.com/tcl/lfsb-macro/)

---
Source: https://d3codex.com/tcl/lfsi-macro/ - part of the D3Codex reference.
