Skip to content
  • Rob Swindell's avatar
    f4d2e708
    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
    Change iniOpenFile() argument meaning from "create" and "for_modify"
    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.
Loading