[Overview][Types][Procedures and functions][Index] |
Close a previously opened file.
Source position: exeinfo.pp line 46
function CloseExeFile( |
var e: TExeFile |
):Boolean; |
e |
|
Executable to be closed |
True if the file was closed succesfully, 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 succesfully, or False if something went wrong.
In case of an error, False is returned.
|
Open an executable file |