Changes between Version 172 and Version 173 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
11/20/25 11:36:24 (30 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v172 v173  
    148148If the data directory does not exist when running the app it is likely the display will show error messages about failing to write/read setup, configuration, or database files.
    149149
    150       It is often desirable to add the command to the app startup code to check and create the directory if it does not exist.
     150      //It is often desirable to add the command to the app startup code to check and create the directory if it does not exist.//
    151151{{{#!c++
    152152main()