Inno Setup Preprocessor: ForceDirectories

Prototype

int ForceDirectories(str)

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 non-zero value if successful.