Hi, documentation says "RAR flag bits". That is nice. It would be also nice if the documentation could link to some place where I can see what those flags are. I cannot find information on it. Here you can find "File flags" and they start at 0x0001, yet unrar returns 0 for all files and 32 for a folder. So that cannot be the correct one.
While at it, why does python-unrar not come with predefined methods like is_file, is_folder, is_encrypted ... ?