The MASM Forum Archive 2004 to 2012

Project Support Forums => The GeneSys Development System => User Contributed Code => Topic started by: Grincheux on March 02, 2007, 10:59:17 PM

Title: Files functions
Post by: Grincheux on March 02, 2007, 10:59:17 PM
Here are three files functions :
1-File_IsValidFileName 'File1.asm'. Checks if the filename can be used and if it refers an existing file.
2-File_Read 'File2.asm'. I already see this function, but mine checks EOF and returned values from ReadFile.
3-File_Write 'File3.asm'. It already exists too but without checking returned values.

[attachment deleted by admin]
Title: Re: Files functions
Post by: PBrennick on March 03, 2007, 04:05:49 PM
Grincheux,
Thank you very much. As I said, I will update the library later in this coming week. Right now I am doing a major rewrite of the GeneSys Editor so that it includes an output window (that is resizable) to show the output from the new Build command set. It looks very much like an IDE but it is not our intention (at this point) to make it an IDE.

Paul
Title: Re: Files functions
Post by: Grincheux on June 28, 2008, 05:04:19 PM
Here is a another ReadFile function. Sorry but the web site is not ficnished. Take a look at http://www.idcat39.com/Asm/ReadFile/ReadFile_En.php

The full doc in French and in english is available. I am rewriting all my functions and put them into a dedicated site like the one linked just above.

Thanks