News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

fileio.size problem

Started by Dav92, August 17, 2010, 10:09:44 PM

Previous topic - Next topic

Dav92

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?

Sevag.K

that function is now in the filesys namespace.

Dav92

Thank you, now it works without problems.

Sevag.K

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