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