string FileReadLn(int file)
int file = FileOpen("README.TXT", FILE_READ); FileSeekPos(file, 1, SEEK_CUR); Log(FileReadLn(file)); FileClose(file); // If you have the same verge readme in the directory // This will write the string below in the v3.log file // "elcome to VERGE 3! "
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |