flat assembler
Message board for the users of flat assembler.
Index
> Windows > Reading and writing to .txts, and parsing strings |
Author |
|
jekyll 17 Jul 2004, 02:10
Use API functions:
to read from any file - CreateFile..ReadFile..CloseHandle.. to write a file - CreateFile..WriteFile..CloseHandle To parse a string you must write your own procedure. |
|||
17 Jul 2004, 02:10 |
|
Imagist 22 Jul 2004, 18:55
How would I go about using the API functions (what syntax).
Is it like this?: CreateFile filename ReadFile [information_in_file_goes_here],filename CloseHandle filename |
|||
22 Jul 2004, 18:55 |
|
vid 22 Jul 2004, 19:11
you need windows api documentation. Look for "winapi" or "win32api" help file (.chm or .hlp), you should find some.
|
|||
22 Jul 2004, 19:11 |
|
JohnFound 22 Jul 2004, 19:40
Check here: http://flatassembler.net/docs.php
At the bottom of the page you will find exactly what you need. Regards. |
|||
22 Jul 2004, 19:40 |
|
Imagist 22 Jul 2004, 23:27
Ahh, so that's what that is!
*slaps self repeatedly for not scrolling down before* |
|||
22 Jul 2004, 23:27 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.