Ashet OS

constant: ashet.max_file_name_len

Documentation

The maximum number of bytes in a file name. This is chosen to be a power of two, and reasonably long. As some programs use sha256 checksums and 64 bytes are enough to store a hex-encoded 256 bit sequence: - 114ac2caf8fefad1116dbfb1bd68429f68e9e088b577c9b3f5a3ff0fe77ec886 This should also be enough for most reasonable file names in the wild.

Definition

const max_file_name_len = 120;