Skip to content
  • Rob Swindell's avatar
    Change iniOpenFile() argument meaning from "create" and "for_modify" · f4d2e708
    Rob Swindell authored
    Now, if the BOOL argument value is FALSE, then the .ini file is opened read-only (and thus only read permissions are needed, resolving issue #455).
    
    If the BOOL argument value is TRUE, create-if-not-exist is implied. There are no use cases where we would want to open an .ini file for writing only if it already existed.
    f4d2e708