Creates an empty file with the specified name.
Parameters |
Description |
APathName |
Path and directory for the new file. |
Boolean - True on success.
CreateEmptyFile is a Boolean function used to create a file without any content, or having a length of 0 (zero) bytes. CreateEmptyFile does not open the file.
CreateEmptyFile returns True if the file in APathname is successfully created.
Deleted. Purge Pending.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |