📜  INNO 设置创建路径 - 任何代码示例

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

代码示例1
Prototype:
function ForceDirectories(Dir: string): Boolean;
Description:
Creates all the directories along the specified directory path all at once. If the first directories in the path do exist, but the latter ones don't, ForceDirectories creates just the ones that don't exist. Returns True if successful, False otherwise.