Answers for "INNO setup check if folder exists"

0

INNO setup check if folder exists

Prototype:
function DirExists(const Name: String): Boolean;
Description:
Returns True if the specified directory name exists. The specified name may include a trailing backslash.
Posted by: Guest on October-28-2020

Code answers related to "INNO setup check if folder exists"

Browse Popular Code Answers by Language