[Overview][Types][Procedures and functions][Index] |
Close a previously opened file.
Source position: exeinfo.pp line 56
function CloseExeFile( |
var e: TExeFile |
):Boolean; |
e |
|
Executable to be closed |
True if the file was closed successfully, False if not.
CloseExeFile closes an executable file image previously opened with OpenExeFile, and represented by e.
The function returns True if the file was closed successfully, or False if something went wrong.
In case of an error, False is returned.
|
Open an executable file |