• system.temp_path doesn't return override directory

    From Nigel Reed@VERT to GitLab issue in main/sbbs on Sat Sep 23 01:24:37 2023
    open https://gitlab.synchro.net/main/sbbs/-/issues/643

    According to the wiki

    ~~~
    TempDirectory
    Default: ctrl/../temp

    Override the default system "temp" directory (optional). If you do override this, do NOT use the system-wide temp dir (e.g.: /tmp or windows\temp),
    ~~~

    In sbbs.ini I have

    ~~~
    # grep TempDirectory /sbbs/ctrl/sbbs.ini
    TempDirectory = /sbbs/tmp/
    ~~~

    However:

    ~~~
    Time Used: 0:14:26 -> Main Menu -> ;
    eval system.temp_path
    Result (string): /tmp/
    ~~~

    I feel this should return /sbbs/tmp since that is where I want sbbs to write temporary files. There seems no other way to access this TempDirectory assigned path.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Sat Sep 23 14:06:00 2023
    https://gitlab.synchro.net/main/sbbs/-/issues/643#note_4240

    This is intentional. Use `system.temp_dir` instead.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab issue in main/sbbs on Sat Sep 23 14:06:00 2023
    close https://gitlab.synchro.net/main/sbbs/-/issues/643

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net