[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Create a chain of directories
Source position: diskh.inc line 22
function ForceDirectories( |
const Dir: String |
):Boolean; |
ForceDirectories tries to create any missing directories in Dir till the whole path in Dir exists. It returns True if Dir already existed or was created succesfully. If it failed to create any of the parts, False is returned.
No notes exist for this page yet.