mlsdio¶
MLSD file format.
This module implements partial support for reading MLSD files.
- class mlsdio.MLSDReader(filename: Path)¶
Allows to read an MLSD file.
- mlsdio.debug_print_mlsd_header(mlsd_path: Path)¶
Print MLSD header information for debugging.
- mlsdio.read_leb128(f) int ¶
LEB128 encoding. This is used by .NET for string lengths.