ModulesFs ModuleMelon.std.fs.readBytes(path)On this pageMelon.std.fs.readBytes(path)Readss a file bytes content and returns it as string.Status: stable Returns: number[]ParametersNameTypeDescriptionpathstringThe target path to the fileExample usageconst { readBytes } = Melon.fs;const myContent = readBytes("./hi.txt");