Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 566 Bytes

file.readAllLines.md

File metadata and controls

20 lines (15 loc) · 566 Bytes

file.readAllLines

The readAllLines function is established to read all lines from a text file. The charset of the the text file will be detected automatically.

Sample

	var txt=file.readAllLines("myFolder/myFile.txt");

API

CallingReturning
file . readAllLines ( path )String
ParametersTypeDescription
pathStringThe relative text file path to the storage folder.