WolframLang: Read File
ReadString[fileNameOrPath]
-
reads the complete contents of a file and returns it as a string.
content = ReadString["c:/Users/xah/web/xahlee_info/M/wolframlang_read_file.html"]
ReadString[fileNameOrPath]
content = ReadString["c:/Users/xah/web/xahlee_info/M/wolframlang_read_file.html"]