Tech Support > Microsoft Windows > Development Resources > Can the Win32 CreateFile() API force a file to be allocated in contiguous clusters?
Can the Win32 CreateFile() API force a file to be allocated in contiguous clusters?
Posted by Fred Walters on May 17th, 2004


I need to guarantee a contiguous file. Is this possible with the
Win32 CreateFile() call? If so, how?

Thanks.

Posted by Tim Robinson on May 17th, 2004


Fred Walters wrote:
No. Why do you need a contiguous file?

--
Tim Robinson (MVP, Windows SDK)
http://mobius.sourceforge.net/




Similar Posts