📌  相关文章
📜  INNO 设置检查文件夹是否存在 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:08.784000             🧑  作者: Mango

代码示例1
Prototype:
function DirExists(const Name: String): Boolean;
Description:
Returns True if the specified directory name exists. The specified name may include a trailing backslash.