Quote:
Originally Posted by samadrahman74
hi
How to disable the component ,If the file does not exist

|
Next time ask your question in a proper topic, for example:
https://fileforums.com/showthread.php?t=93193
For your problem: There is a FileExists function for this
Example
Code:
if FileExists(ExpandConstant('{src}\fg-optional-old-hitmen-1.bin')) then begin
{code if file exist}
else
{code if file does not exist}
end;