Opening a File for reading - TechRepublic
General discussion
July 7, 2000 at 10:31 AM
jinuq

Opening a File for reading

by jinuq . Updated 25 years, 11 months ago

I am tring to open a text file for read access. I am using Create file(code below).
I even tried to use OpenFile.
(assembly)
Win95 db “Win95.txt”,0
invoke CreateFile, offset Win95, GENERIC_READ, 0, NULL, OPEN_EXISTING, NULL, NULL

This discussion is locked

All Comments