The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: Dav92 on August 17, 2010, 10:09:44 PM

Title: fileio.size problem
Post by: Dav92 on August 17, 2010, 10:09:44 PM
Hello,

I've recently tried to get the file size of a file through fileio.size(filenameString), but I always get the following error:

"(Possible undefined ID '.size')"

Does anyone know why I get this error, or a way around it?
Title: Re: fileio.size problem
Post by: Sevag.K on August 18, 2010, 01:07:15 AM
that function is now in the filesys namespace.
Title: Re: fileio.size problem
Post by: Dav92 on August 18, 2010, 09:49:53 AM
Thank you, now it works without problems.
Title: Re: fileio.size problem
Post by: Sevag.K on August 18, 2010, 05:36:00 PM
Quote from: Dav92 on August 18, 2010, 09:49:53 AM
Thank you, now it works without problems.

np.  you should note that other functions have also moved around.  so if something is reporting a missing id, it's likely somewhere else now, you can check out the latest documents or search the header files.

http://web.mac.com/randyhyde/HighLevelAsm/LearnAboutHLA.html