Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    abac966e
    Optimize mkpath() · abac966e
    Rob Swindell authored
    If the path already exists (is a directory), don't need to check each path
    element for existence.
    
    This should help with the speed of saving of large file.ini (Nelgin's) when a
    lot of directories have "Check for File Existence" set to "Yes".
    abac966e
    History
    Optimize mkpath()
    Rob Swindell authored
    If the path already exists (is a directory), don't need to check each path
    element for existence.
    
    This should help with the speed of saving of large file.ini (Nelgin's) when a
    lot of directories have "Check for File Existence" set to "Yes".