The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => 16 bit DOS Programming => Topic started by: blisk on August 18, 2005, 12:26:11 AM

Title: get file size
Post by: blisk on August 18, 2005, 12:26:11 AM
how do you get the size of a file?
Title: Re: get file size
Post by: loveprince on August 18, 2005, 01:11:31 AM
you can use int 21h, function 23h

see the link for further detailshttp://www.clipx.net/ng/interrupts_and_ports/ng116c3.php
Title: Re: get file size
Post by: blisk on August 19, 2005, 11:48:16 PM
thanks